diff -r b9e44cc97355 -r 23e608f42f2c mercurial/commands.py --- 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,