mercurial/changegroup.py
changeset 46513 c3c7a86e9c24
parent 46510 fa7ae7aa0efd
child 46624 357d2ea95ce9
--- a/mercurial/changegroup.py	Thu Feb 04 23:11:42 2021 +0100
+++ b/mercurial/changegroup.py	Fri Feb 12 12:51:28 2021 +0100
@@ -685,7 +685,7 @@
                 # We failed to resolve a parent for this node, so
                 # we crash the changegroup construction.
                 raise error.Abort(
-                    b'unable to resolve parent while packing %r %r'
+                    b"unable to resolve parent while packing '%s' %r"
                     b' for changeset %r' % (store.indexfile, rev, clrev)
                 )