Mercurial > hg
changeset 11652:08a269d9c4ca
fix comment
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 22 Jul 2010 15:32:26 +0200 |
parents | 817258259bc9 |
children | eefa362d0b45 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]