annotate tests/test-empty.out @ 4193:9e3121017fb2

Optimize return value of util._matcher for common command line case This will trigger every time somebody runs something like "hg diff" or "hg status" without any arguments. The important part here is returning util.always as the match function, which is a much simpler (and faster) function than the usual return value, and allows other code to just skip the filtering if it knows all files will match.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 10 Mar 2007 23:01:00 -0300
parents 57729c56a23c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1338
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
1 checking changesets
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
2 checking manifests
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
3 crosschecking files in changesets and manifests
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
4 checking files
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
5 0 files, 0 changesets, 0 total revisions