Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 2:48 a.m. |
Message ID | <6336ec1994b87d26d34d265f067fb7ec@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27769/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -1729,7 +1729,7 @@ extrakwargs = {} targetphase = inpart.params.get('targetphase') if targetphase is not None: - extrakwargs['targetphase'] = int(targetphase) + extrakwargs[r'targetphase'] = int(targetphase) ret = _processchangegroup(op, cg, tr, 'bundle2', 'bundle2', expectedtotal=nbchangesets, **extrakwargs) if op.reply is not None: