# HG changeset patch # User Benoit Boissinot # Date 1279805546 -7200 # Node ID 08a269d9c4ca9b066400d7e4ae5febd19ee6ecc3 # Parent 817258259bc9d8e3ede8eb9c053222d137f36f07 fix comment diff -r 817258259bc9 -r 08a269d9c4ca mercurial/localrepo.py --- 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]