mercurial/hg.py
changeset 721 fed842bb84b2
parent 713 7c385bd5f993
child 737 8db4d406b3d3
child 740 d2422f10c136
--- a/mercurial/hg.py	Tue Jul 19 12:41:08 2005 -0500
+++ b/mercurial/hg.py	Tue Jul 19 15:09:04 2005 -0500
@@ -1633,7 +1633,7 @@
             # cross-check
             for node in filenodes[f]:
                 self.ui.warn("node %s in manifests not in %s\n"
-                             % (hex(n), f))
+                             % (hex(node), f))
                 errors += 1
 
         self.ui.status("%d files, %d changesets, %d total revisions\n" %