Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 3:30 a.m. |
Message ID | <differential-rev-PHID-DREV-qor2jo4cplmhomwhg5tn-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/27781/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -498,7 +498,7 @@ and default != itemdefault): msg = ("specifying a mismatched default value for a registered " "config item: '%s.%s' '%s'") - msg %= (section, name, default) + msg %= (section, name, pycompat.bytestr(default)) self.develwarn(msg, 2, 'warn-config-default') for s, n in alternates: