Submitter | phabricator |
---|---|
Date | Nov. 8, 2019, 6:21 p.m. |
Message ID | <differential-rev-PHID-DREV-l6n2sttpglz3v2g2qpoi-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42976/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1568,7 +1568,7 @@ else: raise error.ProgrammingError( b"unsupported changeid '%s' of type %s" - % (changeid, type(changeid)) + % (changeid, pycompat.sysstr(type(changeid))) ) return context.changectx(self, rev, node)