Skip to content
Snippets Groups Projects
Commit 3df79ea4 authored by Manuel Jacob's avatar Manuel Jacob
Browse files

py3: use pycompat.strkwargs

parent de522c16
No related branches found
No related tags found
1 merge request!21Make tests pass on Python 3
Pipeline #5775 passed with warnings
......@@ -388,7 +388,8 @@
if opargs is None:
opargs = {}
pushop = exchange.pushoperation(repo, remote, force, revs, newbranch,
bookmarks, **opargs)
bookmarks,
**pycompat.strkwargs(opargs))
pushop.cgresult = repo.githandler.push(remote.path, revs, force)
return pushop
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment