Mercurial > hg
comparison mercurial/sshserver.py @ 16645:9a21fc2c7d32
localrepo: optimize internode status calls using match.always
Introduce match.always() to check if a match object always says yes, i.e.
None was passed in. If so, mfmatches should not bother iterating every file in
the repository.
author | Jesse Glick <jesse.glick@oracle.com> |
---|---|
date | Fri, 04 May 2012 15:54:55 -0400 |
parents | a348739da8f0 |
children | 46db0ec640f3 |
comparison
equal
deleted
inserted
replaced
16644:98a9266db803 | 16645:9a21fc2c7d32 |
---|