log mercurial/revset.py @ 41562:1c04894e8fe1

age author description
Sun, 27 Jan 2019 13:28:45 +0900 Yuya Nishihara revset: allow to parse single integer as a range
Sun, 27 Jan 2019 13:18:53 +0900 Yuya Nishihara revset: extract a helper to parse integer range
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Sat, 26 Jan 2019 12:21:20 +0800 Anton Shestakov revset: move dagop.maxlogdepth usage to generationsrel()
Tue, 15 Jan 2019 22:57:09 +0800 Anton Shestakov revset: support ranges in #generations relation
Fri, 18 Jan 2019 14:21:47 +0100 Boris Feld revset: introduce an internal `_rev` predicate for '%d' usage stable
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
Fri, 04 Jan 2019 13:41:21 +0100 Boris Feld revset: introduce an API that avoids `formatspec` input serialization
Thu, 13 Dec 2018 17:18:57 +0800 Anton Shestakov revset: move subscript relation functions to its own dict
Mon, 05 Nov 2018 09:09:48 -0800 Martin von Zweigbergk revsets: make bookmark/named('re:nonexistent') not abort (issue6018) (BC)
Thu, 11 Oct 2018 03:13:53 +0200 Boris Feld revset: document the `revset(...)` syntax
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:18:43 -0400 Valentin Gatien-Baron revset: reword commonancestor()'s help stable