changeset 10339 | 23e608f42f2c |
parent 10331 | ec5240a22f4a |
child 10340 | 2e9656d284cc |
--- a/mercurial/commands.py Wed Feb 03 16:09:19 2010 +0000 +++ b/mercurial/commands.py Fri Feb 05 18:50:08 2010 +0100 @@ -1648,7 +1648,7 @@ opt_output.append(("\n%s" % title, None)) for shortopt, longopt, default, desc in options: if _("DEPRECATED") in desc and not ui.verbose: - continue + continue opt_output.append(("%2s%s" % (shortopt and "-%s" % shortopt, longopt and " --%s" % longopt), "%s%s" % (desc,