mercurial/revlog.py
changeset 2141 ed631e83fa06
parent 2138 f5046cab9e2e
child 2142 8a1e2a9c7013
--- a/mercurial/revlog.py	Thu Apr 27 13:11:23 2006 +0200
+++ b/mercurial/revlog.py	Thu Apr 27 21:03:07 2006 +0200
@@ -399,7 +399,7 @@
     def ngoffset(self, q):
         if q & 0xFFFF:
             raise RevlogError(_('%s: incompatible revision flag %x') %
-                               (self.indexfile, type))
+                              (self.indexfile, q))
         return long(q >> 16)
 
     def ngtype(self, q):