##// END OF EJS Templates
bisect: bypass changectx when translating revs to nodes...
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.
Arun Kulshreshtha -
r50335:a0b57cab default
Show More
Name Size Modified Last Commit Author
/ rust / rhg / src / commands
cat.rs Loading ...
config.rs Loading ...
debugdata.rs Loading ...
debugignorerhg.rs Loading ...
debugrequirements.rs Loading ...
files.rs Loading ...
root.rs Loading ...
status.rs Loading ...