From: Chuck Lever Date: Thu, 8 Dec 2005 01:48:32 +0000 (-0500) Subject: Add a brief sentence to the documentation of the "stg branch" command. X-Git-Tag: v0.8~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/a8032a85059af6e000e6ec958e4d1aa9d1b5db4d Add a brief sentence to the documentation of the "stg branch" command. Add a sentence explaining the default behavior of the "stg branch" command. Idea by J. Bruce Fields. Signed-off-by: Chuck Lever --- 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',