Show More
@@ -548,7 +548,7 b' def getbundlechunks(orig, repo, source, ' | |||
|
548 | 548 | allbundlestocleanup = [] |
|
549 | 549 | try: |
|
550 | 550 | for head in heads: |
|
551 |
if |
|
|
551 | if not repo.changelog.index.has_node(head): | |
|
552 | 552 | if head not in nodestobundle: |
|
553 | 553 | newbundlefile = common.downloadbundle(repo, head) |
|
554 | 554 | bundlepath = b"bundle:%s+%s" % (repo.root, newbundlefile) |
General Comments 0
You need to be logged in to leave comments.
Login now