Show More
@@ -296,7 +296,6 b' class branchcache(dict):' | |||||
296 | # This have been tested True on all internal usage of this function. |
|
296 | # This have been tested True on all internal usage of this function. | |
297 | # run it again in case of doubt |
|
297 | # run it again in case of doubt | |
298 | # assert not (set(bheadrevs) & set(newheadrevs)) |
|
298 | # assert not (set(bheadrevs) & set(newheadrevs)) | |
299 | newheadrevs.sort() |
|
|||
300 | bheadset.update(newheadrevs) |
|
299 | bheadset.update(newheadrevs) | |
301 |
|
300 | |||
302 | # This prunes out two kinds of heads - heads that are superseded by |
|
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