author | mpm@selenic.com |
Tue, 19 Jul 2005 15:09:04 -0500 | |
changeset 721 | fed842bb84b2 |
parent 720 | 095dd8c757e0 |
child 722 | e5b39ce2c3c9 |
child 737 | 8db4d406b3d3 |
mercurial/hg.py | file | annotate | diff | comparison | revisions |
--- 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" %