changeset 50774 | 8dc2724d0304 |
parent 48946 | 642e31cb55f0 |
child 50926 | 18c8c18993f0 |
--- a/hgext/fastannotate/support.py Fri Feb 03 04:10:22 2023 +0100 +++ b/hgext/fastannotate/support.py Mon Jul 10 16:12:33 2023 +0200 @@ -129,8 +129,8 @@ def replacehgwebannotate(): - extensions.wrapfunction(hgweb.webutil, b'annotate', _hgwebannotate) + extensions.wrapfunction(hgweb.webutil, 'annotate', _hgwebannotate) def replacefctxannotate(): - extensions.wrapfunction(hgcontext.basefilectx, b'annotate', _fctxannotate) + extensions.wrapfunction(hgcontext.basefilectx, 'annotate', _fctxannotate)