##// END OF EJS Templates
fix comment
Benoit Boissinot -
r11652:08a269d9 default
parent child Browse files
Show More
@@ -1350,7 +1350,7 b' class localrepository(repo.repository):'
1350 for r in revlog.ancestors(*[revlog.rev(n) for n in hasset]):
1350 for r in revlog.ancestors(*[revlog.rev(n) for n in hasset]):
1351 msngset.pop(revlog.node(r), None)
1351 msngset.pop(revlog.node(r), None)
1352
1352
1353 # Use the information collected in collect_manifests_and_files to say
1353 # Use the information collected in changegroup.collector() to say
1354 # which changenode any manifestnode belongs to.
1354 # which changenode any manifestnode belongs to.
1355 def lookup_manifest_link(mnfstnode):
1355 def lookup_manifest_link(mnfstnode):
1356 return msng_mnfst_set[mnfstnode]
1356 return msng_mnfst_set[mnfstnode]
General Comments 0
You need to be logged in to leave comments. Login now