bisect: bypass changectx when translating revs to nodes
When resolving the revset given by the user into node hashes, use the changelog to perform the translation rather than the repo object. This avoids the overhead of constructing a changectx which is immediately discarded.
parent
b07465ad
No related branches found
No related tags found
Loading
Please register or sign in to comment