Mon, 18 May 2015 16:27:56 -0700 |
Durham Goode |
match: add optional warn argument
|
file |
diff |
annotate
|
Sat, 16 May 2015 15:51:03 -0700 |
Durham Goode |
match: add source to kindpats list
|
file |
diff |
annotate
|
Tue, 19 May 2015 07:17:57 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 17 May 2015 22:09:37 -0400 |
Matt Harbison |
match: explicitly naming a subrepo implies always() for the submatcher
stable
|
file |
diff |
annotate
|
Fri, 08 May 2015 12:30:51 -0700 |
Drew Gottlieb |
match: rename _fmap to _fileroots for clarity
|
file |
diff |
annotate
|
Wed, 06 May 2015 15:59:35 -0700 |
Drew Gottlieb |
match: remove unnecessary optimization where visitdir() returns 'all'
|
file |
diff |
annotate
|
Sat, 16 May 2015 15:46:54 -0700 |
Durham Goode |
ignore: move readpatternfile to match.py
|
file |
diff |
annotate
|
Sat, 16 May 2015 00:36:35 -0400 |
Matt Harbison |
match: resolve filesets in subrepos for commands given the '-S' argument
|
file |
diff |
annotate
|
Fri, 15 May 2015 15:43:26 -0700 |
Drew Gottlieb |
match: add match.ispartial()
|
file |
diff |
annotate
|
Sun, 12 Apr 2015 01:39:21 -0400 |
Matt Harbison |
match: add a subclass for dirstate normalizing of the matched patterns
|
file |
diff |
annotate
|
Sun, 12 Apr 2015 00:29:17 -0400 |
Matt Harbison |
match: move _normalize() into the match class
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 10:51:53 -0700 |
Drew Gottlieb |
treemanifest: further optimize treemanifest.matches()
|
file |
diff |
annotate
|
Sat, 17 Jan 2015 12:39:44 +0900 |
Yuya Nishihara |
match: remove unused assignment of ctx
|
file |
diff |
annotate
|
Wed, 29 Oct 2014 08:43:39 -0700 |
Martin von Zweigbergk |
match: add isexact() method to hide internals
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 15:56:58 -0800 |
Martin von Zweigbergk |
matcher: make e.g. 'relpath:.' lead to fast paths
|
file |
diff |
annotate
|
Thu, 27 Nov 2014 10:16:56 -0500 |
Matt Harbison |
narrowmatcher: propagate the rel() method
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 20:15:46 -0500 |
Matt Harbison |
match: add the abs() method
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 22:56:49 -0700 |
Martin von Zweigbergk |
match: make 'always' and 'exact' functions, not classes
|
file |
diff |
annotate
|
Thu, 04 Dec 2014 23:04:55 -0500 |
Matt Harbison |
match: introduce uipath() to properly style a file path
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 15:58:08 -0700 |
Martin von Zweigbergk |
match: remove unnecessary setting of self._always
|
file |
diff |
annotate
|
Fri, 19 Sep 2014 13:49:58 -0700 |
Martin von Zweigbergk |
match: simplify brittle predicate construction
|
file |
diff |
annotate
|
Tue, 15 Jul 2014 15:34:50 -0700 |
Siddharth Agarwal |
match: use util.re.escape instead of re.escape
|
file |
diff |
annotate
|
Tue, 15 Jul 2014 14:49:45 -0700 |
Siddharth Agarwal |
match: use util.re.compile instead of util.compilere
|
file |
diff |
annotate
|
Wed, 25 Jun 2014 14:50:48 -0700 |
Siddharth Agarwal |
match: make glob '**/' match the empty string
stable
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 11:02:40 +0900 |
Yuya Nishihara |
match: fix NameError 'pat' on overflow of regex pattern length
stable
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: remove last traces of unused .missing callback
|
file |
diff |
annotate
|
Sun, 13 Apr 2014 22:00:08 +0200 |
Mads Kiilerich |
match: _globre doctests
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: improve documentation - docstrings and more descriptive variable naming
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 14:54:42 -0500 |
Augie Fackler |
match: use ctx.getfileset() instead of fileset.getfileset()
|
file |
diff |
annotate
|