# HG changeset patch # User mpm@selenic.com # Date 1117651391 28800 # Node ID 426d3c3ae3630b31ba93a692aa175cc2f4018597 # Parent d2badbd7d1ad224a4f7554039dacdfb1a83be91e commands: fix up some help strings -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 commands: fix up some help strings manifest hash: e9e6061cd37d77e8061cab6a0cd3ca701e6900d7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCngG/ywK+sNU5EO8RAnhCAJ422e7LecJ5D/15I5PcQZxGvsgvvQCeOWIb 7LTyyAYDeht6yOQCdLWmXIE= =bjQG -----END PGP SIGNATURE----- diff -r d2badbd7d1ad -r 426d3c3ae363 mercurial/commands.py --- a/mercurial/commands.py Wed Jun 01 10:40:19 2005 -0800 +++ b/mercurial/commands.py Wed Jun 01 10:43:11 2005 -0800 @@ -95,8 +95,8 @@ table = { "init": (init, [], 'hg init'), - "help": (help, [], 'hg init'), - "checkout|co": (checkout, [], 'hg init'), + "help": (help, [], 'hg help'), + "checkout|co": (checkout, [], 'hg checkout'), "ann|annotate": (annotate, [('r', 'revision', '', 'revision'), ('u', 'user', None, 'show user'),