log tests/test-revset.t @ 41731:92055d539e49

age author description
Sun, 03 Feb 2019 19:10:39 +0530 Navaneeth Suresh revset: add expectsize to check the size of a set
Sun, 27 Jan 2019 13:37:37 +0900 Yuya Nishihara revset: leverage getintrange() helper in relation-subscript operation (API)
Sat, 26 Jan 2019 12:20:05 +0800 Anton Shestakov test-revset: check that #generations[1:-1] doesn't result in any errors
Tue, 15 Jan 2019 22:57:09 +0800 Anton Shestakov revset: support ranges in #generations relation
Mon, 14 Jan 2019 17:10:51 +0100 Boris Feld revset: use changelog's `headrevs` method to compute heads
Mon, 14 Jan 2019 16:53:55 +0100 Boris Feld revset: inline parents computation to reuse the input argument
Thu, 13 Dec 2018 17:18:57 +0800 Anton Shestakov revset: move subscript relation functions to its own dict
Thu, 11 Oct 2018 03:15:04 +0200 Boris Feld revset: drop special case of 'revset(...)' function in analyze
Wed, 26 Sep 2018 20:33:09 +0900 Yuya Nishihara merge with stable
Tue, 25 Sep 2018 16:32:38 -0400 Valentin Gatien-Baron revset: make heads(commonancestors(x + x^)) be x^, not x stable
Tue, 25 Sep 2018 16:29:39 -0400 Valentin Gatien-Baron revset: add tests of heads(commonancestors(..)) stable
Tue, 25 Sep 2018 16:05:21 -0400 Valentin Gatien-Baron revset: make commonancestors(x + x^) be ::(x^), not ::x stable
Tue, 25 Sep 2018 15:27:41 -0400 Valentin Gatien-Baron revset: add test demonstrating a bug with commonancestor() stable
Tue, 25 Sep 2018 16:03:14 -0400 Valentin Gatien-Baron revset: fix commonancestor test so it demonstrates correct behavior stable
Sun, 29 Apr 2018 10:07:40 -0700 Martin von Zweigbergk revisions: allow "x123" to refer to nodeid prefix "123"
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