Show More
@@ -2536,8 +2536,6 def widen_bundle( | |||||
2536 | for r in repo.revs(b"::%ln", common): |
|
2536 | for r in repo.revs(b"::%ln", common): | |
2537 | commonnodes.add(cl.node(r)) |
|
2537 | commonnodes.add(cl.node(r)) | |
2538 | if commonnodes: |
|
2538 | if commonnodes: | |
2539 | # XXX: we should only send the filelogs (and treemanifest). user |
|
|||
2540 | # already has the changelog and manifest |
|
|||
2541 | packer = changegroup.getbundler( |
|
2539 | packer = changegroup.getbundler( | |
2542 | cgversion, |
|
2540 | cgversion, | |
2543 | repo, |
|
2541 | repo, |
General Comments 0
You need to be logged in to leave comments.
Login now