Submitter | phabricator |
---|---|
Date | Dec. 2, 2019, 9:56 p.m. |
Message ID | <52023273683d157dde4777ad863c20fc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43575/ |
State | Not Applicable |
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():