Sun, 02 Dec 2018 13:09:46 -0800 |
Martin von Zweigbergk |
match: drop unnecessary wrapping of regex in group
|
Sat, 21 Jul 2018 20:27:53 +0900 |
Yuya Nishihara |
fileset: insert hints where status should be computed
|
Sat, 21 Jul 2018 17:19:12 +0900 |
Yuya Nishihara |
fileset: combine union of basic patterns into single matcher
|
Sat, 21 Jul 2018 17:13:34 +0900 |
Yuya Nishihara |
fileset: reorder 'or' expression by weight
|
Sat, 21 Jul 2018 16:49:01 +0900 |
Yuya Nishihara |
fileset: optimize 'x and not y' to 'x - y'
|
Sat, 21 Jul 2018 16:41:45 +0900 |
Yuya Nishihara |
fileset: reorder 'and' expression to evaluate basic patterns first
|
Sat, 21 Jul 2018 15:52:26 +0900 |
Yuya Nishihara |
fileset: add stub for weight-based optimization
|
Sat, 21 Jul 2018 16:13:30 +0900 |
Yuya Nishihara |
fileset: drop 'group' node from tree to be evaluated
|
Sat, 21 Jul 2018 16:11:36 +0900 |
Yuya Nishihara |
fileset: add phase to transform parsed tree
|
Thu, 02 Aug 2018 13:35:13 -0700 |
Martin von Zweigbergk |
help: add quotes to a few commands we point to
|
Sat, 21 Jul 2018 15:23:56 +0900 |
Yuya Nishihara |
fileset: flatten 'or' nodes to unnest unionmatchers
|
Sat, 21 Jul 2018 15:14:38 +0900 |
Yuya Nishihara |
fileset: flatten arguments list
|
Sat, 21 Jul 2018 15:05:40 +0900 |
Yuya Nishihara |
debugfileset: add option to show matcher representation
|
Sat, 21 Jul 2018 14:52:36 +0900 |
Yuya Nishihara |
debugfileset: backport --show-stage option from debugrevspec
|
Mon, 30 Jul 2018 21:26:55 +0900 |
Yuya Nishihara |
test-fileset: make con.xml in output conditionally available
stable
|
Sat, 09 Jun 2018 22:31:51 +0900 |
Yuya Nishihara |
fileset: remove callexisting flag and mctx.existing() (API)
|
Sat, 09 Jun 2018 19:55:10 +0900 |
Yuya Nishihara |
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
|
Sun, 10 Jun 2018 22:19:56 +0900 |
Yuya Nishihara |
fileset: add "tracked()" to explicitly select files in the revision
|
Sat, 09 Jun 2018 18:58:16 +0900 |
Yuya Nishihara |
fileset: make debugfileset filter repository files
|
Sat, 09 Jun 2018 18:26:04 +0900 |
Yuya Nishihara |
fileset: sort debugfileset output
|
Sat, 16 Jun 2018 17:04:03 +0900 |
Yuya Nishihara |
py3: glob out some error messages in test-fileset.t
|
Sat, 16 Jun 2018 17:00:05 +0900 |
Yuya Nishihara |
fileset: raise ProgrammingError for bad existing() calls
|
Sat, 19 May 2018 18:45:53 +0530 |
Pulkit Goyal |
py3: add b'' prefix in test/test-fileset.t
|
Sat, 19 May 2018 18:43:13 +0530 |
Pulkit Goyal |
py3: suppress the output from .write() calls in few tests
|
Sat, 03 Mar 2018 15:31:37 -0800 |
Ryan McElroy |
revsetlang: add a hint for more useful parse errors
|
Sun, 11 Feb 2018 17:12:28 +0530 |
Pulkit Goyal |
py3: replace file() with open() in test-fileset.t
|
Tue, 06 Feb 2018 23:53:37 -0500 |
Matt Harbison |
fileset: don't abort when running copied() on a revision with a removed file
stable
|
Sun, 14 Jan 2018 13:29:15 +0900 |
Yuya Nishihara |
fileset: add kind:pat operator
|
Mon, 08 Jan 2018 19:41:47 +0530 |
Pulkit Goyal |
merge: add `--abort` flag which can abort the merge
|
Sat, 13 Jan 2018 15:13:29 +0900 |
Yuya Nishihara |
fileset: do not crash by unary negate operation
|
Sat, 13 Jan 2018 15:07:37 +0900 |
Yuya Nishihara |
fileset: make it robust for bad function calls
|
Sun, 03 Sep 2017 21:17:25 +0900 |
Yuya Nishihara |
parser: stabilize output of prettyformat() by using byte-safe repr()
|
Sat, 08 Apr 2017 15:01:49 -0400 |
Matt Harbison |
test-fileset: eliminate a duplicate test that was conditionalized for output
|
Sat, 08 Apr 2017 14:55:44 -0400 |
Matt Harbison |
test-fileset: glob away hash differences
|
Wed, 05 Apr 2017 23:44:22 -0400 |
Matt Harbison |
tests: add per-line output conditionals for Windows
|
Fri, 03 Mar 2017 14:08:20 +0100 |
Pierre-Yves David |
fileset: add a 'status(...)' predicate to control evaluation context
|
Fri, 03 Mar 2017 12:44:56 +0100 |
Pierre-Yves David |
fileset: add revs(revs, fileset) to evaluate set in working directory
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
registrar: add filesetpredicate to mark a function as fileset predicate
|
Wed, 23 Dec 2015 17:54:13 +0000 |
timeless |
fileset: add hint for list error to use or
|
Mon, 21 Dec 2015 20:18:06 -0500 |
Matt Harbison |
test-fileset: conditionalize output with symlink
|
Mon, 21 Dec 2015 22:31:16 +0900 |
FUJIWARA Katsunori |
fileset: detect unintentional existing() invocation at runtime
|
Mon, 21 Dec 2015 22:31:16 +0900 |
FUJIWARA Katsunori |
fileset: treat encoding and eol as the predicate calling _existing
|
Wed, 18 Nov 2015 20:55:32 +0100 |
liscju |
fileset: add missing() predicate (issue4925)
|
Mon, 09 Nov 2015 17:20:50 -0500 |
Matt Harbison |
test-fileset: glob the updated file count for Windows stability
|
Fri, 09 Oct 2015 13:54:52 -0700 |
Siddharth Agarwal |
simplemerge: move conflict warning message to filemerge
|
Thu, 10 Sep 2015 23:32:36 +0900 |
Yuya Nishihara |
fileset: handle error of string unescaping
|
Sat, 08 Aug 2015 14:42:27 +0800 |
Anton Shestakov |
filesets: ignore unit case in size() predicate for single value
stable
|
Tue, 16 Jun 2015 22:47:05 +0900 |
Yuya Nishihara |
test-fileset: remove bashism, use test instead of '[[ ]]'
|
Fri, 29 May 2015 13:25:34 -0400 |
Matt Harbison |
convert: support incremental conversion with hg subrepos
|
Sun, 26 Apr 2015 22:26:44 +0900 |
Yuya Nishihara |
fileset: pretty print syntax tree in debug output
|
Sun, 22 Mar 2015 19:19:16 -0700 |
Siddharth Agarwal |
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames
|
Sat, 21 Mar 2015 01:24:17 -0400 |
Matt Harbison |
test-fileset: forget non-portable files to avoid failures on Windows
|
Thu, 19 Mar 2015 21:26:18 -0700 |
Siddharth Agarwal |
fileset: add a fileset for portable filenames
|
Sat, 26 Jul 2014 03:32:49 +0200 |
Pierre-Yves David |
resolve: add parenthesis around "no more unresolved files" message
stable
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
Tue, 23 Jul 2013 14:18:56 -0500 |
Matt Mackall |
fileset: handle underbar in symbols
stable
|
Fri, 29 Mar 2013 16:48:32 -0700 |
Matt Mackall |
filesets: add eol predicate
|
Wed, 15 Aug 2012 22:50:23 +0200 |
Patrick Mezard |
fileset: fix generator vs list bug in fast path
stable
|
Wed, 15 Aug 2012 22:28:32 +0200 |
Patrick Mezard |
debugfileset: implement --rev, more tests
stable
|
Wed, 15 Aug 2012 22:09:09 +0200 |
Patrick Mezard |
test-fileset: test remaining predicates
stable
|
Wed, 15 Aug 2012 19:25:45 +0200 |
Patrick Mezard |
fileset: do not traceback on invalid grep pattern
stable
|
Wed, 15 Aug 2012 22:29:32 +0200 |
Patrick Mezard |
fileset: matchctx.existing() must consider ignored files
stable
|
Wed, 15 Aug 2012 22:29:09 +0200 |
Patrick Mezard |
fileset: matchctx.existing() must consider unknown files
stable
|
Wed, 15 Aug 2012 21:44:00 +0200 |
Patrick Mezard |
fileset: exclude deleted files from matchctx.existing()
stable
|
Wed, 15 Aug 2012 18:04:50 +0200 |
Patrick Mezard |
test-fileset: test file status predicates
stable
|
Wed, 15 Aug 2012 19:02:04 +0200 |
Patrick Mezard |
fileset: actually implement 'minusset'
stable
|
Wed, 15 Aug 2012 17:39:03 +0200 |
Patrick Mezard |
tests: test filesets with test-fileset.t
stable
|