changeset 7622 | 4dd7b28003d2 |
parent 7361 | 9fe97eea5510 |
child 7676 | 43cfbb21f04d |
--- a/mercurial/verify.py Mon Jan 12 09:07:02 2009 +0100 +++ b/mercurial/verify.py Mon Jan 12 09:16:03 2009 +0100 @@ -220,7 +220,7 @@ # cross-check if f in filenodes: - fns = [(mf.linkrev(l), n) for n,l in filenodes[f].items()] + fns = [(mf.linkrev(l), n) for n,l in filenodes[f].iteritems()] for lr, node in util.sort(fns): err(lr, _("%s in manifests not found") % short(node), f)