Show More
@@ -596,7 +596,7 b' def getbundle(repo, source, heads=None, ' | |||||
596 | """ |
|
596 | """ | |
597 | # build bundle here. |
|
597 | # build bundle here. | |
598 | cg = changegroup.getbundle(repo, source, heads=heads, |
|
598 | cg = changegroup.getbundle(repo, source, heads=heads, | |
599 |
common=common, bundlecaps= |
|
599 | common=common, bundlecaps=bundlecaps) | |
600 | if bundlecaps is None or 'HG20' not in bundlecaps: |
|
600 | if bundlecaps is None or 'HG20' not in bundlecaps: | |
601 | return cg |
|
601 | return cg | |
602 | # very crude first implementation, |
|
602 | # very crude first implementation, |
General Comments 0
You need to be logged in to leave comments.
Login now