3
# This script checks each of your branches in ~/canonical/lp-branches/ to
4
# see which ones have revisions that have not yet landed in trunk.
6
cd ~/canonical/lp-branches/trunk
8
if [ ${branch} != "../trunk" ]; then
9
echo "Examining ${branch} for revisions not yet in trunk"
10
bzr missing --theirs-only --line ${branch}