Submitter | phabricator |
---|---|
Date | Nov. 30, 2019, 5:09 p.m. |
Message ID | <differential-rev-PHID-DREV-gueaw2l2nvack6nswibx-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43549/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -2574,7 +2574,7 @@ def stripwrapper(orig, ui, repo, nodelist, *args, **kwargs): - if isinstance(nodelist, str): + if isinstance(nodelist, bytes): nodelist = [nodelist] state = histeditstate(repo) if state.inprogress():