log tests/test-revset.t @ 38705:e4b270a32ba8

age author description
Thu, 12 Jul 2018 23:07:29 +0900 Yuya Nishihara revset: special case commonancestors(none()) to be empty set
Mon, 18 Jun 2018 19:41:54 -0700 Sean Farley revsets: add commonancestors revset
Fri, 29 Jun 2018 23:13:23 +0900 Yuya Nishihara revset: add partial support for ancestor(wdir())
Wed, 27 Jun 2018 23:39:41 +0900 Yuya Nishihara revset: fix heads() order to always follow the input set (BC)
Wed, 27 Jun 2018 23:33:57 +0900 Yuya Nishihara test-revset: show that order of heads() can be wrong
Sun, 10 Jun 2018 11:50:09 +0900 Yuya Nishihara stringutil: promote smartset.prettyformat() to utility function
Mon, 07 May 2018 14:32:55 -0700 Martin von Zweigbergk revset: use resolvehexnodeidprefix() in id() predicate (BC)
Mon, 07 May 2018 14:32:43 -0700 Martin von Zweigbergk revset: make id() an empty set for ambiguous nodeid (BC)
Tue, 10 Apr 2018 16:06:52 +0200 Boris Feld revset: skip legacy lookup for revspec wrapped in 'revset(...)'
Sat, 14 Apr 2018 12:57:32 +0900 Yuya Nishihara revset: pass in lookup function instead of repo (API)
Sun, 01 Apr 2018 22:48:32 -0700 Martin von Zweigbergk revset: use revsymbol() for checking if a symbol is valid
Sat, 03 Mar 2018 15:31:37 -0800 Ryan McElroy revsetlang: add a hint for more useful parse errors
Fri, 02 Mar 2018 13:47:49 -0500 Augie Fackler tests: add some re and globs for test-revset on python3
Fri, 02 Mar 2018 11:38:16 -0500 Augie Fackler tests: add missing b prefixes and fix a %s to %d in test-revset.t
Fri, 23 Feb 2018 17:26:45 +0530 Pulkit Goyal py3: add b'' prefixes in test-revset.t
Sat, 30 Dec 2017 17:55:23 +0900 Yuya Nishihara revset: parse x^:: as (x^):: (issue5764)
Wed, 27 Dec 2017 11:08:32 -0700 Gregory Szorc smartset: split generatorset classes to avoid cycle
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Tue, 12 Sep 2017 15:12:27 -0700 Durham Goode tests: split test-revset.t in half
Sun, 03 Sep 2017 21:17:25 +0900 Yuya Nishihara parser: stabilize output of prettyformat() by using byte-safe repr()
Mon, 28 Aug 2017 14:49:00 -0700 Jun Wu revset: optimize "draft() & ::x" pattern
Wed, 30 Aug 2017 16:05:12 -0700 Jun Wu revset: do not flip "and" arguments when optimizing
Sun, 20 Aug 2017 10:55:11 -0700 Jun Wu revset: remove order information from tree (API)
Mon, 28 Aug 2017 23:44:47 -0700 Jun Wu revset: drop optimization about reordering "or" set elements
Sun, 20 Aug 2017 10:55:05 -0700 Jun Wu test-revset: make it work with chg
Thu, 03 Aug 2017 14:01:51 +0200 Boris Feld revset: remane divergent into contentdivergent
Fri, 04 Aug 2017 18:41:16 +0200 Boris Feld test: update evolution config
Sun, 16 Jul 2017 02:33:14 +0200 Boris Feld debugobsolete: also report the number of obsoleted changesets
Sat, 08 Jul 2017 13:15:17 +0900 Yuya Nishihara revset: add experimental ancestors/descendants relation subscript
Sat, 08 Jul 2017 13:07:59 +0900 Yuya Nishihara revset: add experimental relation and subscript operators