Show More
@@ -1313,7 +1313,6 b' class localrepository(repo.repository):' | |||||
1313 | for n in bases: |
|
1313 | for n in bases: | |
1314 | knownheads.update(cl.parents(n)) |
|
1314 | knownheads.update(cl.parents(n)) | |
1315 | knownheads.discard(nullid) |
|
1315 | knownheads.discard(nullid) | |
1316 | knownheads = list(knownheads) |
|
|||
1317 | if knownheads: |
|
1316 | if knownheads: | |
1318 | # Now that we know what heads are known, we can compute which |
|
1317 | # Now that we know what heads are known, we can compute which | |
1319 | # changesets are known. The recipient must know about all |
|
1318 | # changesets are known. The recipient must know about all |
General Comments 0
You need to be logged in to leave comments.
Login now