##// END OF EJS Templates
changegroupsubset(): with the fix, prune() is actually useful in the testsuite
Benoit Boissinot -
r11664:8b3fea70 default
parent child Browse files
Show More
@@ -1370,7 +1370,6 b' class localrepository(repo.repository):'
1370 # node that the recipient of the changegroup will already have, we can
1370 # node that the recipient of the changegroup will already have, we can
1371 # also assume the recipient will have all the parents. This function
1371 # also assume the recipient will have all the parents. This function
1372 # prunes them from the set of missing nodes.
1372 # prunes them from the set of missing nodes.
1373 # XXX is it even useful? the testsuite doesn't trigger it
1374 def prune(revlog, missingnodes):
1373 def prune(revlog, missingnodes):
1375 hasset = set()
1374 hasset = set()
1376 # If a 'missing' filenode thinks it belongs to a changenode we
1375 # If a 'missing' filenode thinks it belongs to a changenode we
General Comments 0
You need to be logged in to leave comments. Login now