mercurial/help.py
changeset 20743 05267e6e94dd
parent 20582 02c303f64917
child 20822 be87397f98c9
--- a/mercurial/help.py	Wed Dec 04 20:38:27 2013 -0800
+++ b/mercurial/help.py	Mon Feb 17 07:39:53 2014 +0100
@@ -41,7 +41,7 @@
             shortopt, longopt, default, desc = option
             optlabel = _("VALUE") # default label
 
-        if _("DEPRECATED") in desc and not verbose:
+        if not verbose and ("DEPRECATED" in desc or _("DEPRECATED") in desc):
             continue
 
         so = ''