log mercurial/fileset.py @ 25654:af329a84310c

age author description
Sun, 21 Jun 2015 00:49:26 +0900 Yuya Nishihara parser: accept iterator of tokens instead of tokenizer function and program
Sat, 20 Jun 2015 11:07:36 -0400 Matt Harbison fileset: don't suggest private or undocumented queries
Sun, 26 Apr 2015 22:26:44 +0900 Yuya Nishihara fileset: pretty print syntax tree in debug output
Sun, 26 Apr 2015 19:50:42 +0900 Yuya Nishihara fileset: move validation of incomplete parsing to parse() function
Thu, 19 Mar 2015 21:26:18 -0700 Siddharth Agarwal fileset: add a fileset for portable filenames
Thu, 12 Mar 2015 23:02:19 -0400 Matt Harbison fileset: replace 'ctx._repo' with 'ctx.repo()'
Mon, 26 Jan 2015 14:31:48 -0500 Augie Fackler fileset: use UnknownIdentifier where appropriate
Sat, 01 Nov 2014 02:43:08 +0900 FUJIWARA Katsunori i18n: add i18n comment to error messages of filesets predicates stable
Sat, 04 Oct 2014 21:58:01 -0700 Martin von Zweigbergk fileset: access status fields by name rather than index
Wed, 01 Jan 2014 18:28:40 -0500 Augie Fackler merge with stable
Sat, 21 Dec 2013 12:44:19 +0900 Yuya Nishihara fileset, revset: do not use global parser object for thread safety stable
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Tue, 23 Jul 2013 14:18:56 -0500 Matt Mackall fileset: handle underbar in symbols stable
Tue, 14 May 2013 15:16:43 -0700 Bryan O'Sullivan util: migrate fileset._sizetoint to util.sizetoint
Fri, 29 Mar 2013 16:48:32 -0700 Matt Mackall filesets: add eol predicate