hgext/phabricator.py
changeset 51722 587153c96fe3
parent 51144 4ed9efb25bc7
child 51725 278af66e6595
--- a/hgext/phabricator.py	Mon Jul 22 18:20:29 2024 +0200
+++ b/hgext/phabricator.py	Tue Jul 23 19:01:16 2024 -0400
@@ -698,7 +698,7 @@
     oldLength = attr.ib(default=0)  # camelcase-required
     newOffset = attr.ib(default=0)  # camelcase-required
     newLength = attr.ib(default=0)  # camelcase-required
-    corpus = attr.ib(default='')
+    corpus = attr.ib(default=b'')
     # These get added to the phabchange's equivalents
     addLines = attr.ib(default=0)  # camelcase-required
     delLines = attr.ib(default=0)  # camelcase-required