Skip to content
Snippets Groups Projects
Commit 76823340 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

mq: avoid a silly conversion from binary nodeid to hex

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.

Differential Revision: https://phab.mercurial-scm.org/D3141
parent c3c76194
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment