mercurial/localrepo.py
changeset 43661 32048206e7be
parent 43555 ded3d545b6f0
parent 43587 bf87f5ff2ebf
child 43711 7f443cce2972
--- a/mercurial/localrepo.py	Thu Nov 14 20:40:54 2019 -0800
+++ b/mercurial/localrepo.py	Fri Nov 15 22:22:55 2019 +0900
@@ -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)