log mercurial/match.py @ 17995:a5d85476da6e

age author description
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Fri, 01 Jun 2012 15:26:20 -0700 Bryan O'Sullivan matcher: use re2 bindings if available
Wed, 30 May 2012 14:21:58 -0500 Matt Mackall merge with stable
Wed, 23 May 2012 00:25:29 +0900 FUJIWARA Katsunori match: make 'match.files()' return list object always stable
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Fri, 04 May 2012 15:54:55 -0400 Jesse Glick localrepo: optimize internode status calls using match.always
Sun, 26 Feb 2012 17:10:55 +0100 Patrick Mezard match: consider filesets as "anypats"
Tue, 09 Aug 2011 11:05:13 +0200 Martin Geisler match: remove unused assignment
Thu, 23 Jun 2011 14:40:57 +0200 Peter Arrenbrecht match: fix bug caused by refactoring in cfc89398f710 stable
Sat, 18 Jun 2011 16:53:44 -0500 Matt Mackall match: introduce basic fileset support
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall match: allow passing a context object to match core
Sat, 07 May 2011 21:12:30 +0200 Patrick Mezard match: make 'listfile:' split on LF and CRLF
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Fri, 18 Feb 2011 10:28:20 -0600 Steve Borho match: fix subtle error in _buildmatch stable