mercurial/debugcommands.py
changeset 36123 8eb13f5d5d3f
parent 35929 5f029d03cf71
child 36153 72d155a792b1
--- a/mercurial/debugcommands.py	Sun Feb 11 19:24:27 2018 -0800
+++ b/mercurial/debugcommands.py	Sun Feb 11 19:26:53 2018 -0800
@@ -2356,7 +2356,7 @@
     """
     # passed to successorssets caching computation from one call to another
     cache = {}
-    ctx2str = str
+    ctx2str = bytes
     node2str = short
     for rev in scmutil.revrange(repo, revs):
         ctx = repo[rev]