hgext/histedit.py
branchstable
changeset 43744 40db695040eb
parent 43376 b27cf9f52194
child 43793 29adf0a087a1
--- a/hgext/histedit.py	Sat Nov 30 02:59:04 2019 -0500
+++ b/hgext/histedit.py	Sat Nov 30 03:01:44 2019 -0500
@@ -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():