##// END OF EJS Templates
branchmap: remove redundant sort...
Martijn Pieters -
r40348:5644f7c8 default
parent child Browse files
Show More
@@ -296,7 +296,6 b' class branchcache(dict):'
296 296 # This have been tested True on all internal usage of this function.
297 297 # run it again in case of doubt
298 298 # assert not (set(bheadrevs) & set(newheadrevs))
299 newheadrevs.sort()
300 299 bheadset.update(newheadrevs)
301 300
302 301 # This prunes out two kinds of heads - heads that are superseded by
General Comments 0
You need to be logged in to leave comments. Login now