log mercurial/match.py @ 31012:88358446da16

age author description
Mon, 13 Feb 2017 15:39:29 -0800 Rodrigo Damazio Bovendorp match: adding support for matching files inside a directory
Mon, 14 Nov 2016 23:16:05 +0000 Jun Wu match: migrate to util.iterfile
Tue, 16 Aug 2016 08:21:16 +0000 Hannes Oldenburg match: remove matchessubrepo method (API)
Tue, 09 Aug 2016 09:02:51 +0000 Hannes Oldenburg match: added matchessubrepo method to matcher
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Fri, 05 Feb 2016 21:25:44 -0800 Martin von Zweigbergk match: override 'visitdir' in subdirmatcher
Fri, 05 Feb 2016 21:09:32 -0800 Martin von Zweigbergk match: rename "narrowmatcher" to "subdirmatcher" (API)
Sat, 26 Dec 2015 19:40:38 -0800 Laurent Charignon match: add option to return line and lineno from readpattern
Sat, 12 Dec 2015 09:57:05 -0800 Martin von Zweigbergk treemanifest: don't iterate entire matching submanifests on match()
Thu, 10 Dec 2015 21:33:55 -0800 Bryan O'Sullivan match: use re2 in readpatternfile if possible
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