hgext/logtoprocess.py
changeset 43077 687b865b95ad
parent 43076 2372284d9457
child 44417 7c0b8652fd8c
--- 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):