Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 9606:69f8ac71ded1
Remove parents from default help in favor of summary
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 19 Oct 2009 00:36:52 -0500 |
parents | 3194227a4158 |
children | fafd653134d0 |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Oct 19 00:22:49 2009 -0500 +++ b/mercurial/commands.py Mon Oct 19 00:36:52 2009 -0500 @@ -3491,7 +3491,7 @@ ('n', 'newest-first', None, _('show newest record first')), ] + logopts + remoteopts, _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')), - "^parents": + "parents": (parents, [('r', 'rev', '', _('show parents from the specified revision')), ] + templateopts,