Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 15081:d30ec2d16c5a
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 10 Sep 2011 17:56:42 -0500 |
parents | ef43610a4cce 19071b04c9c1 |
children | 5ca8c111e9aa |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Aug 13 00:08:26 2011 +0200 +++ b/mercurial/commands.py Sat Sep 10 17:56:42 2011 -0500 @@ -3352,7 +3352,7 @@ _('show changesets within the given named branch'), _('BRANCH')), ('P', 'prune', [], _('do not display revision or any of its ancestors'), _('REV')), - ('h', 'hidden', False, _('show hidden changesets')), + ('', 'hidden', False, _('show hidden changesets')), ] + logopts + walkopts, _('[OPTION]... [FILE]')) def log(ui, repo, *pats, **opts):