hgext3rd/topic/constants.py
changeset 4814 48b30ff742cb
parent 2649 cf930521f14d
--- 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'