changeset 8937:ea798e03a32e

commands: add "--" to command line flag in branches docstring
author Martin Geisler <mg@lazybytes.net>
date Wed, 24 Jun 2009 18:40:13 +0200
parents 1de6e7e1bb9f
children 9b8c9266c59d
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Jun 24 15:32:37 2009 +0200
+++ b/mercurial/commands.py	Wed Jun 24 18:40:13 2009 +0200
@@ -440,7 +440,7 @@
     """list repository named branches
 
     List the repository's named branches, indicating which ones are
-    inactive. If active is specified, only show active branches.
+    inactive. If -a/--active is specified, only show active branches.
 
     A branch is considered active if it contains repository heads.