##// END OF EJS Templates
localrepo: corrected outdated comment
Martin Geisler -
r8239:f802b470 default
parent child Browse files
Show More
@@ -1668,7 +1668,7 b' class localrepository(repo.repository):'
1668 # changeset.
1668 # changeset.
1669 has_cl_set, junk, junk = cl.nodesbetween(None, knownheads)
1669 has_cl_set, junk, junk = cl.nodesbetween(None, knownheads)
1670 junk = None
1670 junk = None
1671 # Transform the list into an ersatz set.
1671 # Transform the list into a set.
1672 has_cl_set = set(has_cl_set)
1672 has_cl_set = set(has_cl_set)
1673 else:
1673 else:
1674 # If there were no known heads, the recipient cannot be assumed to
1674 # If there were no known heads, the recipient cannot be assumed to
General Comments 0
You need to be logged in to leave comments. Login now