Submitter | phabricator |
---|---|
Date | April 12, 2018, 3:08 p.m. |
Message ID | <f3f8ba52ba021cae5b0c3105ce8e300c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30794/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepoutil.py b/mercurial/subrepoutil.py --- a/mercurial/subrepoutil.py +++ b/mercurial/subrepoutil.py @@ -86,7 +86,8 @@ src = re.sub(pattern, repl, src, 1) except re.error as e: raise error.Abort(_("bad subrepository pattern in %s: %s") - % (p.source('subpaths', pattern), e)) + % (p.source('subpaths', pattern), + stringutil.forcebytestr(e))) return src state = {}