--- a/hgext3rd/topic/constants.py Tue Aug 06 15:06:27 2019 +0200 +++ b/hgext3rd/topic/constants.py Tue Aug 06 15:06:38 2019 +0200 @@ -1,2 +1,2 @@ -extrakey = 'topic' -changekey = '_rewrite_noise' +extrakey = b'topic' +changekey = b'_rewrite_noise'