Submitter | Pierre-Yves David |
---|---|
Date | May 5, 2017, 6:26 a.m. |
Message ID | <0f0cdb08e98f2128829c.1493965613@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/20451/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -950,7 +950,7 @@ def _pushchangeset(pushop): 'push', fastpath=True) else: - cg = changegroup.getlocalchangegroup(pushop.repo, 'push', outgoing) + cg = changegroup.getchangegroup(pushop.repo, 'push', outgoing) # apply changegroup to remote if unbundle: