log mercurial/revsetlang.py @ 32998:c7da57bbae96

age author description
Sun, 18 Jun 2017 11:57:28 +0900 Yuya Nishihara revsetlang: check arguments passed to ancestors() before optimizing to only()
Sun, 18 Jun 2017 11:39:03 +0900 Yuya Nishihara revsetlang: factor out helper to match ancestors() in parsed tree
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Sat, 15 Apr 2017 11:26:09 +0200 Denis Laxalde revsetlang: add a getboolean helper function
Sat, 14 May 2016 20:51:57 +0900 Yuya Nishihara revsetlang: enable optimization of 'x + y' expression
Sun, 26 Mar 2017 16:48:29 -0400 Augie Fackler revsetlang: fix _quote on int on python3
Thu, 23 Mar 2017 10:46:50 -0400 Augie Fackler revsetlang: perform quoting using ui.escapestr instead of repr()