comparison mercurial/dispatch.py @ 24447:d44d53bc9a1e

matcher: make e.g. 'relpath:.' lead to fast paths Several commands take the fast path when match.always() is true. However, when the user passes "." on the command line, that results in a matcher for which match.always() == False. Let's make it so such matchers return True, and have an empty list of .files(). This makes e.g. "hg log ." as fast as "hg log" and "hg revert ." as fast as "hg revert --all" (when run from repo root).
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 19 Nov 2014 15:56:58 -0800
parents b76d8c641746
children 670c1df688fd
comparison
equal deleted inserted replaced
24446:582cfcc843c7 24447:d44d53bc9a1e