diff -r 7db243288afb -r 8eb13f5d5d3f mercurial/debugcommands.py --- 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]