chiark / gitweb /
Add a brief sentence to the documentation of the "stg branch" command.
authorChuck Lever <cel@netapp.com>
Thu, 8 Dec 2005 01:48:32 +0000 (20:48 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 8 Dec 2005 22:17:22 +0000 (22:17 +0000)
Add a sentence explaining the default behavior of the "stg branch" command.
Idea by J. Bruce Fields.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/branch.py

index 860d7d5af2d89d1949642972c294e3594751b494..6a551e45bbfa3b755198917d5998f3f356d7f0c0 100644 (file)
@@ -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
 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',
 
 options = [make_option('-c', '--create',
                        help = 'create a new development branch',