Show More
@@ -1633,7 +1633,7 b' class localrepository:' | |||||
1633 | # cross-check |
|
1633 | # cross-check | |
1634 | for node in filenodes[f]: |
|
1634 | for node in filenodes[f]: | |
1635 | self.ui.warn("node %s in manifests not in %s\n" |
|
1635 | self.ui.warn("node %s in manifests not in %s\n" | |
1636 | % (hex(n), f)) |
|
1636 | % (hex(node), f)) | |
1637 | errors += 1 |
|
1637 | errors += 1 | |
1638 |
|
1638 | |||
1639 | self.ui.status("%d files, %d changesets, %d total revisions\n" % |
|
1639 | self.ui.status("%d files, %d changesets, %d total revisions\n" % |
General Comments 0
You need to be logged in to leave comments.
Login now