mercurial/help.py
changeset 43506 9f70512ae2cf
parent 43117 8ff1ecfadcd1
child 43632 2e017696181f
--- a/mercurial/help.py	Sun Nov 10 07:30:14 2019 -0800
+++ b/mercurial/help.py	Fri Nov 08 11:19:20 2019 -0800
@@ -805,7 +805,7 @@
                     appendcmds(catfns)
 
         ex = opts.get
-        anyopts = ex(r'keyword') or not (ex(r'command') or ex(r'extension'))
+        anyopts = ex('keyword') or not (ex('command') or ex('extension'))
         if not name and anyopts:
             exts = listexts(
                 _(b'enabled extensions:'),