hgext/histedit.py
changeset 50781 0fbc0c978053
parent 50331 22d7cb8174ef
child 50929 18c8c18993f0
--- a/hgext/histedit.py	Fri Feb 03 04:20:58 2023 +0100
+++ b/hgext/histedit.py	Fri Feb 03 04:21:32 2023 +0100
@@ -2652,7 +2652,7 @@
     return orig(ui, repo, nodelist, *args, **kwargs)
 
 
-extensions.wrapfunction(repair, b'strip', stripwrapper)
+extensions.wrapfunction(repair, 'strip', stripwrapper)
 
 
 def summaryhook(ui, repo):