log tests/test-fileset.t @ 38679:b3d0c97a0820

age author description
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 '[[ ]]'