Submitter | phabricator |
---|---|
Date | April 11, 2018, 5:15 p.m. |
Message ID | <7389f62bde9ebb9bb77643dfd2353436@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30731/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1164,7 +1164,7 @@ for c in ('#', ':', '\r', '\n'): if c in name: raise error.Abort(_('%r cannot be used in the name of a patch') - % c) + % pycompat.bytestr(c)) def checkpatchname(self, name, force=False): self.checkreservedname(name)