Skip to content
Snippets Groups Projects
Commit 5ba0cf22 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

py3: fix kwargs handling in hgext/split.py

Differential Revision: https://phab.mercurial-scm.org/D3593
parent c560a4ea
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@
By default, rebase connected non-obsoleted descendants onto the new
changeset. Use --no-rebase to avoid the rebase.
"""
opts = pycompat.byteskwargs(opts)
revlist = []
if opts.get('rev'):
revlist.append(opts.get('rev'))
......
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