mercurial/help.py
branchstable
changeset 24871 117b9a101f71
parent 24587 76c0b4cfa039
child 25660 328739ea70c3
--- a/mercurial/help.py	Tue Apr 28 10:19:46 2015 -0700
+++ b/mercurial/help.py	Mon Apr 27 15:12:41 2015 -0700
@@ -43,7 +43,9 @@
             shortopt, longopt, default, desc = option
             optlabel = _("VALUE") # default label
 
-        if not verbose and ("DEPRECATED" in desc or _("DEPRECATED") in desc):
+        if not verbose and ("DEPRECATED" in desc or _("DEPRECATED") in desc or
+                            "EXPERIMENTAL" in desc or
+                            _("EXPERIMENTAL") in desc):
             continue
 
         so = ''