Submitter | Pierre-Yves David |
---|---|
Date | May 5, 2017, 6:26 a.m. |
Message ID | <e2353365f77d400c358f.1493965612@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/20452/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1370,7 +1370,7 @@ def bundle(ui, repo, fname, dest=None, * onlyheads=heads, force=opts.get('force'), portable=True) - cg = changegroup.getlocalchangegroup(repo, 'bundle', outgoing, + cg = changegroup.getchangegroup(repo, 'bundle', outgoing, version=cgversion) if not cg: scmutil.nochangesfound(ui, repo, outgoing and outgoing.excluded)