Submitter | timeless@mozdev.org |
---|---|
Date | Oct. 15, 2015, 8:45 p.m. |
Message ID | <e0d05823074d0c6c29f3.1444941914@waste.org> |
Download | mbox | patch |
Permalink | /patch/11116/ |
State | Deferred |
Headers | show |
Comments
Patch
diff --git a/mercurial/help.py b/mercurial/help.py --- a/mercurial/help.py +++ b/mercurial/help.py @@ -463,8 +463,8 @@ modcmds = set([c.split('|', 1)[0] for c in ct]) rst.extend(helplist(modcmds.__contains__)) else: - rst.append(_('(use "hg help extensions" for information on enabling' - ' extensions)\n')) + rst.append(_('(use "hg help extensions" for information on ' + 'enabling extensions)\n')) return rst def helpextcmd(name):