Mercurial > hg
diff hgext/schemes.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 | b52404a914a9 |
children | 80c5b2666a96 |