We generally deal with binary nodeids in code. In this case the hex
nodeid was passed to strip.checksubstate() where it was passed to
repo.getitem, which of course accepts a binary nodeid.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG76823340a899: mq: avoid a silly conversion from binary nodeid to hex
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.