Submitter | phabricator |
---|---|
Date | Dec. 10, 2017, 2:06 a.m. |
Message ID | <bb5770985ef6a862d68da099684bee7e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26165/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/help.py b/mercurial/help.py --- a/mercurial/help.py +++ b/mercurial/help.py @@ -453,7 +453,7 @@ rst.append(' :%s: %s\n' % (f, h[f])) ex = opts.get - anyopts = (ex('keyword') or not (ex('command') or ex('extension'))) + anyopts = (ex(r'keyword') or not (ex(r'command') or ex(r'extension'))) if not name and anyopts: exts = listexts(_('enabled extensions:'), extensions.enabled()) if exts: