Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 2:48 a.m. |
Message ID | <bff21922e351fd2d910545694d88fe9e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27778/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -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]