log mercurial/revsetlang.py @ 42649:7fae3b0bd893 stable

age author description
Sat, 02 Mar 2019 13:02:39 -0800 Gregory Szorc revsetlang: use sysbytes() instead of blind encode()
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, 18 Jan 2019 14:21:47 +0100 Boris Feld revset: introduce an internal `_rev` predicate for '%d' usage stable
Tue, 15 Jan 2019 20:24:17 +0100 Boris Feld revset: transparently forward _intlist argument in all case
Fri, 04 Jan 2019 13:41:21 +0100 Boris Feld revset: introduce an API that avoids `formatspec` input serialization
Fri, 04 Jan 2019 05:26:13 +0100 Boris Feld revset: detect integer list on parsing
Fri, 04 Jan 2019 05:16:57 +0100 Boris Feld revert: extract "%ld" formatting in a _formatintlist function
Fri, 04 Jan 2019 02:29:04 +0100 Boris Feld revset: extract parsing logic out of formatspec
Thu, 10 Jan 2019 15:23:58 +0100 Boris Feld revset: enforce "%d" to be interpreted as literal revision number (API) (BC)
Thu, 11 Oct 2018 03:15:04 +0200 Boris Feld revset: drop special case of 'revset(...)' function in analyze
Tue, 28 Aug 2018 13:29:47 -0700 Martin von Zweigbergk revsetlang: fix position of '-' in spaceless 'a-b' expressions
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Tue, 26 Jun 2018 15:26:21 -0700 Sean Farley revset: add optimization for heads(commonancestors())
Tue, 17 Apr 2018 21:59:58 +0900 Yuya Nishihara revsetlang: do not pass in non-bytes to parse()