author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Thu, 22 Jul 2010 15:32:26 +0200 | |
changeset 11652 | 08a269d9c4ca |
parent 11651 | 817258259bc9 |
child 11653 | eefa362d0b45 |
--- a/mercurial/localrepo.py Thu Jul 22 08:24:56 2010 -0500 +++ b/mercurial/localrepo.py Thu Jul 22 15:32:26 2010 +0200 @@ -1350,7 +1350,7 @@ for r in revlog.ancestors(*[revlog.rev(n) for n in hasset]): msngset.pop(revlog.node(r), None) - # Use the information collected in collect_manifests_and_files to say + # Use the information collected in changegroup.collector() to say # which changenode any manifestnode belongs to. def lookup_manifest_link(mnfstnode): return msng_mnfst_set[mnfstnode]