mercurial/match.py
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 05 Jul 2009 11:06:09 +0200 Alejandro Santos split local and stdlib module imports (eases migration issues)
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: remove match.never
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: ignore return of match.bad
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: document bad callback semantics
Sun, 24 May 2009 16:37:34 -0500 Matt Mackall match: fix _patsplit breakage with drive letters
Sun, 24 May 2009 02:56:22 -0500 Matt Mackall match: fold match into _match base class
Sun, 24 May 2009 02:56:20 -0500 Matt Mackall match: add exact flag to match() to unify all match forms
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: redefine always and never in terms of match and exact
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: fold _globprefix into _roots
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize escaping in _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: remove head and tail args from _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: fold _matcher into match.__init__
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: rename _matchfn to _buildmatch
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize _patsplit
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: tweak some names
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: simplify _matcher
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: split up _normalizepats
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: optimize _globprefix
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: unnest functions in _matcher
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: kill unused defaults on _globre
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: kill test in matchfn
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: refactor matchfn generation
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: move util match functions over
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: refactor patkind
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: add some default args
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: change all users of util.matcher to match.match
Fri, 15 May 2009 09:43:30 +0200 Simon Heimberg match: use self.exact instead of lambda
Sun, 26 Apr 2009 01:57:00 +0200 Martin Geisler match: add copyright and license header
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Tue, 22 Jul 2008 13:03:31 -0500 Matt Mackall dirstate.walk: speed up calling match function
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: cleanup match classes a bit
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: add always, never, and exact methods
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: begin refactoring badmatch handling
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: introduce match objects
less more (0) tip