mercurial/match.py
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 12 Aug 2015 17:01:50 -0500 Matt Mackall merge with stable
Thu, 06 Aug 2015 21:00:16 -0400 Matt Harbison match: fix a caseonly rename + explicit path commit on icasefs (issue4768) stable
Sat, 08 Aug 2015 19:39:45 -0700 Gregory Szorc match: use absolute_import
Mon, 27 Jul 2015 22:14:40 +0900 Yuya Nishihara ignore: fix path concatenation of .hgignore on Windows stable
Fri, 24 Jul 2015 16:44:52 -0700 Durham Goode ignore: fix include: rules depending on current directory (issue4759) stable
Wed, 24 Jun 2015 13:41:27 -0500 Matt Mackall merge with stable
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sat, 20 Jun 2015 19:59:26 -0400 Matt Harbison match: let 'path:.' and 'path:' match everything (issue4687) stable
Wed, 27 May 2015 13:22:48 -0700 Martin von Zweigbergk match: don't remove '.' from _includeroots
Sun, 31 May 2015 13:17:41 -0700 Martin von Zweigbergk match: join two nested if-blocks
Wed, 27 May 2015 11:47:55 -0700 Martin von Zweigbergk match: drop optimization (?) of 'parentdirs' calculation
Wed, 27 May 2015 09:34:00 -0700 Martin von Zweigbergk match: break boolean expressions into one operand per line
Wed, 27 May 2015 13:23:35 -0700 Martin von Zweigbergk match: drop unnecessary removal of '.' from excluded roots
Fri, 05 Jun 2015 18:56:33 -0400 Matt Harbison match: add an optional constructor parameter for a bad() override
Thu, 04 Jun 2015 21:19:22 -0400 Matt Harbison match: introduce badmatch() to eliminate long callback chains with subrepos
Wed, 27 May 2015 10:44:04 -0700 Martin von Zweigbergk treemanifest: visit directory 'foo' when given e.g. '-X foo/ba?'
Wed, 27 May 2015 13:28:16 -0400 Matt Harbison match: normpath the ignore source when expanding the 'subinclude' kind
Sat, 16 May 2015 16:25:05 -0700 Durham Goode match: enable 'subinclude:' syntax
Fri, 22 May 2015 14:39:34 -0700 Drew Gottlieb match: fix bug in match.visitdir()
Sat, 16 May 2015 16:16:18 -0700 Durham Goode match: allow unioning arbitrary match functions
Sat, 16 May 2015 16:12:00 -0700 Durham Goode match: add root to _buildmatch
Tue, 28 Oct 2014 22:47:22 -0700 Martin von Zweigbergk match: introduce boolean prefix() method
Mon, 18 May 2015 14:29:20 -0700 Drew Gottlieb match: have visitdir() consider includes and excludes
Sat, 16 May 2015 16:06:22 -0700 Durham Goode ignore: use 'include:' rules instead of custom syntax
Sat, 16 May 2015 15:56:52 -0700 Durham Goode match: add 'include:' syntax
Mon, 18 May 2015 16:27:56 -0700 Durham Goode match: add optional warn argument
Sat, 16 May 2015 15:51:03 -0700 Durham Goode match: add source to kindpats list
Tue, 19 May 2015 07:17:57 -0500 Matt Mackall merge with stable
Sun, 17 May 2015 22:09:37 -0400 Matt Harbison match: explicitly naming a subrepo implies always() for the submatcher stable
Fri, 08 May 2015 12:30:51 -0700 Drew Gottlieb match: rename _fmap to _fileroots for clarity
Wed, 06 May 2015 15:59:35 -0700 Drew Gottlieb match: remove unnecessary optimization where visitdir() returns 'all'
Sat, 16 May 2015 15:46:54 -0700 Durham Goode ignore: move readpatternfile to match.py
Sat, 16 May 2015 00:36:35 -0400 Matt Harbison match: resolve filesets in subrepos for commands given the '-S' argument
Fri, 15 May 2015 15:43:26 -0700 Drew Gottlieb match: add match.ispartial()
Sun, 12 Apr 2015 01:39:21 -0400 Matt Harbison match: add a subclass for dirstate normalizing of the matched patterns
Sun, 12 Apr 2015 00:29:17 -0400 Matt Harbison match: move _normalize() into the match class
Mon, 06 Apr 2015 10:51:53 -0700 Drew Gottlieb treemanifest: further optimize treemanifest.matches()
Sat, 17 Jan 2015 12:39:44 +0900 Yuya Nishihara match: remove unused assignment of ctx
Wed, 29 Oct 2014 08:43:39 -0700 Martin von Zweigbergk match: add isexact() method to hide internals
Wed, 19 Nov 2014 15:56:58 -0800 Martin von Zweigbergk matcher: make e.g. 'relpath:.' lead to fast paths
Thu, 27 Nov 2014 10:16:56 -0500 Matt Harbison narrowmatcher: propagate the rel() method
Fri, 28 Nov 2014 20:15:46 -0500 Matt Harbison match: add the abs() method
Sat, 01 Nov 2014 22:56:49 -0700 Martin von Zweigbergk match: make 'always' and 'exact' functions, not classes
Thu, 04 Dec 2014 23:04:55 -0500 Matt Harbison match: introduce uipath() to properly style a file path
Tue, 30 Sep 2014 15:58:08 -0700 Martin von Zweigbergk match: remove unnecessary setting of self._always
Fri, 19 Sep 2014 13:49:58 -0700 Martin von Zweigbergk match: simplify brittle predicate construction
Tue, 15 Jul 2014 15:34:50 -0700 Siddharth Agarwal match: use util.re.escape instead of re.escape
Tue, 15 Jul 2014 14:49:45 -0700 Siddharth Agarwal match: use util.re.compile instead of util.compilere
Wed, 25 Jun 2014 14:50:48 -0700 Siddharth Agarwal match: make glob '**/' match the empty string stable
Tue, 29 Apr 2014 11:02:40 +0900 Yuya Nishihara match: fix NameError 'pat' on overflow of regex pattern length stable
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: remove last traces of unused .missing callback
Sun, 13 Apr 2014 22:00:08 +0200 Mads Kiilerich match: _globre doctests
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: improve documentation - docstrings and more descriptive variable naming
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: make it more clear what _roots do and that it ends up in match()._files
Tue, 04 Feb 2014 14:54:42 -0500 Augie Fackler match: use ctx.getfileset() instead of fileset.getfileset()
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Fri, 03 May 2013 15:36:18 -0700 Siddharth Agarwal match: add comments to explain explicitdir and traversedir
less more (0) -100 -60 tip