Submitter | phabricator |
---|---|
Date | Dec. 10, 2017, 1:08 a.m. |
Message ID | <differential-rev-PHID-DREV-glwuthrx7ih5wi3blxof-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26144/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/color.py b/mercurial/color.py --- a/mercurial/color.py +++ b/mercurial/color.py @@ -484,7 +484,7 @@ _win32print(ui, text, writefunc, **opts) def _win32print(ui, text, writefunc, **opts): - label = opts.get('label', '') + label = opts.get(r'label', '') attr = origattr def mapcolor(val, attr):