I'm not sure this is right, since this should either be bytes or str
to match what's going on in the revlog layer.
Details
Details
- Reviewers
quark - Group Reviewers
hg-reviewers - Commits
- rHG388901a15bfa: obsolete: use bytes() instead of str() so the node is bytes on py3
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Why can't this be just bytes(prec) ?
I don't think str(prec).encode('ascii') is valid for binary node id.