diff -r fc719967efd0 -r 5f22c92dcf3d hgext/highlight/highlight.py --- a/hgext/highlight/highlight.py Wed Oct 26 18:46:56 2022 +0200 +++ b/hgext/highlight/highlight.py Wed Nov 02 14:23:09 2022 -0400 @@ -11,7 +11,7 @@ from mercurial import demandimport -demandimport.IGNORES.update([b'pkgutil', b'pkg_resources', b'__main__']) +demandimport.IGNORES.update(['pkgutil', 'pkg_resources', '__main__']) from mercurial import ( encoding,