diff -r 2372284d9457 -r 687b865b95ad hgext/logtoprocess.py --- a/hgext/logtoprocess.py Sun Oct 06 09:45:02 2019 -0400 +++ b/hgext/logtoprocess.py Sun Oct 06 09:48:39 2019 -0400 @@ -42,7 +42,7 @@ # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should # be specifying the version(s) of Mercurial they are tested with, or # leave the attribute unspecified. -testedwith = 'ships-with-hg-core' +testedwith = b'ships-with-hg-core' class processlogger(object):