changeset 721:fed842bb84b2

Fix verify error reporting bug Spotted by Chris Mason manifest hash: d5a6e5cb65d2de65a68d1f85c8692e79622844d3
author mpm@selenic.com
date Tue, 19 Jul 2005 15:09:04 -0500
parents 095dd8c757e0
children e5b39ce2c3c9 8db4d406b3d3
files mercurial/hg.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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" %