Submitter | phabricator |
---|---|
Date | Nov. 9, 2017, 1:15 p.m. |
Message ID | <c2da925993fa8bf3dfca4099128d6447@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25442/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/uncommit.py b/hgext/uncommit.py --- a/hgext/uncommit.py +++ b/hgext/uncommit.py @@ -29,6 +29,7 @@ error, node, obsolete, + pycompat, registrar, scmutil, ) @@ -152,6 +153,7 @@ deleted in the changeset will be left unchanged, and so will remain modified in the working directory. """ + opts = pycompat.byteskwargs(opts) with repo.wlock(), repo.lock(): wctx = repo[None]