Mercurial > public > mercurial-scm > hg-stable
diff hgext/children.py @ 8277:b9403042968a
write options in "-r/--rev" style in help texts
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 02 May 2009 19:13:29 +0200 |
parents | eee2319c5895 |
children | e872ef2e6758 |
line wrap: on
line diff
--- a/hgext/children.py Sat May 02 17:48:01 2009 +0200 +++ b/hgext/children.py Sat May 02 19:13:29 2009 +0200 @@ -17,7 +17,7 @@ """show the children of the given or working directory revision Print the children of the working directory's revisions. If a - revision is given via --rev/-r, the children of that revision will + revision is given via -r/--rev, the children of that revision will be printed. If a file argument is given, revision in which the file was last changed (after the working directory revision or the argument to --rev if given) is printed.