Submitter | Sean Farley |
---|---|
Date | Oct. 19, 2015, 10:55 p.m. |
Message ID | <c549dd6871dae9081294.1445295314@laptop.office.atlassian.com> |
Download | mbox | patch |
Permalink | /patch/11179/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5414,11 +5414,12 @@ def push(ui, repo, dest=None, **opts): return not result finally: del repo._subtoppath pushop = exchange.push(repo, other, opts.get('force'), revs=revs, newbranch=opts.get('new_branch'), - bookmarks=opts.get('bookmark', ())) + bookmarks=opts.get('bookmark', ()), + opargs=opts.get('opargs')) result = not pushop.cgresult if pushop.bkresult is not None: if pushop.bkresult == 2: