view tests/test-bad-extension.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 01454af644b8
children 96e21337dc03
line wrap: on
line source

*** failed to import extension badext: invalid syntax (badext.py, line 1)
hg help [COMMAND]

show help for a command, extension, or list of commands