X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/cc3db2b1cfb886fddf76ef758b8fb7b06753347c..a8032a85059af6e000e6ec958e4d1aa9d1b5db4d:/stgit/commands/branch.py diff --git a/stgit/commands/branch.py b/stgit/commands/branch.py index 860d7d5..6a551e4 100644 --- a/stgit/commands/branch.py +++ b/stgit/commands/branch.py @@ -35,7 +35,9 @@ is always created in a new repository. This subcommand allows you to manage several patch series in the same repository via GIT branches. When displaying the branches, the names can be prefixed with -'s' (StGIT managed) or 'p' (protected).""" +'s' (StGIT managed) or 'p' (protected). + +If not given any options, switch to the named branch.""" options = [make_option('-c', '--create', help = 'create a new development branch',