comparison hgext/patchbomb.py @ 24350:7002ad149f30

manifest: speed up matches for large sets of files If the number of files being matched is large, the bisection overhead can dominate, which caused a performance regression for revert --all and histedit. This introduces a (fairly arbitrary) cross-over from using bisections to bulk search.
author Matt Mackall <mpm@selenic.com>
date Wed, 18 Mar 2015 13:37:18 -0500
parents 6ddc86eedc3b
children 13f0af2a5a4c
comparison
equal deleted inserted replaced
24349:389693a245fa 24350:7002ad149f30