~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/branch-flow

  • Committer: Jonathan Lange
  • Date: 2009-07-21 04:53:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8988.
  • Revision ID: jml@canonical.com-20090721045306-sof6koaaau72ilhf
Documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
# Shows the unmerged revisions in trunk branches.
 
3
#
 
4
# Assumes the names devel, stable, db-devel, db-stable and assumes that the
 
5
# script is being run from the top-level of a sibling directory.
2
6
 
3
7
cd ..
4
8