changeset 50818 | 0fbc0c978053 |
parent 50302 | 22d7cb8174ef |
child 50952 | 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):