mercurial/revlog.py
changeset 2295 9c15f85e61b1
parent 2289 854954fd410a
child 2354 16276b1c0658
--- a/mercurial/revlog.py	Tue May 16 09:35:38 2006 +0200
+++ b/mercurial/revlog.py	Tue May 16 11:07:56 2006 +0200
@@ -1137,7 +1137,7 @@
 
             for p in (p1, p2):
                 if not p in self.nodemap:
-                    raise RevlogError(_("unknown parent %s") % short(p1))
+                    raise RevlogError(_("unknown parent %s") % short(p))
 
             if not chain:
                 # retrieve the parent revision of the delta chain