mercurial/bundlerepo.py
changeset 5558 7c1a9a21dcd7
parent 5263 8040f2e4cad0
child 5664 da72b4d24797
--- a/mercurial/bundlerepo.py	Tue Nov 27 09:44:09 2007 -0800
+++ b/mercurial/bundlerepo.py	Wed Nov 28 08:36:55 2007 -0800
@@ -48,7 +48,7 @@
                 continue
             for p in (p1, p2):
                 if not p in self.nodemap:
-                    raise revlog.LookupError(_("unknown parent %s") % short(p1))
+                    raise revlog.LookupError(hex(p1), _("unknown parent %s") % short(p1))
             if linkmapper is None:
                 link = n
             else: