Submitter | phabricator |
---|---|
Date | May 19, 2018, 7:38 p.m. |
Message ID | <e48606bbc2d263ee6505e07aa3ea6b98@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31714/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/split.py b/hgext/split.py --- a/hgext/split.py +++ b/hgext/split.py @@ -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'))