log mercurial/revset.py @ 20457:ed7b674824a3

age author description
Fri, 31 Jan 2014 10:47:51 -0800 Lucas Moscovicz revset: added lazyset implementation to checkstatus
Thu, 30 Jan 2014 17:46:08 -0800 Lucas Moscovicz revset: added lazyset implementation to public revset
Thu, 30 Jan 2014 16:47:29 -0800 Lucas Moscovicz revset: added lazyset implementation to merge revset
Thu, 30 Jan 2014 16:03:18 -0800 Lucas Moscovicz revset: added lazyset implementation to grep revset
Thu, 30 Jan 2014 15:39:56 -0800 Lucas Moscovicz revset: added lazyset implementation to desc revset
Mon, 03 Feb 2014 16:15:25 -0800 Lucas Moscovicz revset: added lazyset implementation to draft revset
Wed, 29 Jan 2014 15:23:16 -0800 Lucas Moscovicz revset: added lazyset implementation bookmark revset
Mon, 03 Feb 2014 16:02:48 -0800 Lucas Moscovicz revset: added lazyset implementation to date revset
Wed, 29 Jan 2014 09:22:31 -0800 Lucas Moscovicz revset: added lazyset implementation to author revset
Wed, 29 Jan 2014 09:04:03 -0800 Lucas Moscovicz revset: added lazyset implementation to keyword revset
Tue, 28 Jan 2014 16:19:30 -0800 Lucas Moscovicz revset: changed limit revset implementation to work with lazy revsets
Wed, 05 Feb 2014 16:12:03 -0800 Lucas Moscovicz revset: added lazyset implementation to branch revset
Tue, 28 Jan 2014 15:19:14 -0800 Lucas Moscovicz revset: changed getset so that it can return a lazyset
Thu, 06 Feb 2014 14:29:37 -0800 Lucas Moscovicz revset: added operations to duck type baseset
Thu, 06 Feb 2014 14:25:37 -0800 Lucas Moscovicz revset: added basic operations to lazyset
Thu, 06 Feb 2014 14:19:40 -0800 Lucas Moscovicz revset: added lazyset class with basic operations
Thu, 06 Feb 2014 14:57:25 -0800 Lucas Moscovicz revset: minor changes adding baseset to revsets
Thu, 06 Feb 2014 14:57:25 -0800 Lucas Moscovicz revset: minor changes adding baseset to revsets
Thu, 06 Feb 2014 11:37:16 -0800 Lucas Moscovicz revset: added __add__ method to baseset class
Thu, 06 Feb 2014 11:33:36 -0800 Lucas Moscovicz revset: added docstring to baseset class
Fri, 07 Feb 2014 15:01:33 -0800 Lucas Moscovicz revset: fixed bug where revset returning order was being changed
Fri, 24 Jan 2014 16:57:44 -0800 Lucas Moscovicz revset: added intersection to baseset class
Thu, 23 Jan 2014 14:20:58 -0800 Lucas Moscovicz revset: added substraction to baseset class
Wed, 22 Jan 2014 10:46:02 -0800 Lucas Moscovicz revset: implemented set caching for revset evaluation
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Fri, 17 Jan 2014 23:55:11 +0900 FUJIWARA Katsunori revset: add explanation about the pattern without explicit kind
Fri, 17 Jan 2014 23:55:03 +0900 FUJIWARA Katsunori revset: use "canonpath()" for "filelog()" pattern without explicit kind
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: avoid loop for "match.files()" having always one element for efficiency
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: make default kind of pattern for "contains()" rooted at cwd
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: narrow scope of the variable referred only in specific code path
Sat, 21 Dec 2013 12:44:19 +0900 Yuya Nishihara fileset, revset: do not use global parser object for thread safety stable
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin revset: add a whitelist of DoS-safe symbols
Wed, 07 Aug 2013 01:21:31 +0400 Alexander Plavin revset: add helper function to get functions used in a revset parse tree
Fri, 09 Aug 2013 22:52:58 +0400 Alexander Plavin revset: add helper function to get revset parse tree depth
Tue, 06 Aug 2013 00:52:06 +0400 Alexander Plavin revset: fix wrong keyword() behaviour for strings with spaces stable
Wed, 17 Apr 2013 00:29:54 +0400 Alexander Plavin log: fix behavior with empty repositories (issue3497)
Mon, 18 Mar 2013 16:04:10 -0500 Kevin Bullock revset: don't abort when regex to tag() matches nothing (issue3850)
Mon, 28 Jan 2013 12:19:21 -0800 Paul Cavallaro revset: change ancestor to accept 0 or more arguments (issue3750)
Sun, 27 Jan 2013 14:24:37 -0600 Kevin Bullock bookmarks: don't use bookmarks.listbookmarks in local computations stable
Wed, 23 Jan 2013 22:52:55 +0900 FUJIWARA Katsunori revset: evaluate sub expressions correctly (issue3775) stable
Wed, 16 Jan 2013 20:41:34 +0100 Mads Kiilerich bundlerepo: improve performance for bundle() revset expression
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Thu, 03 Jan 2013 18:48:14 +0100 Pierre-Yves David revset: retrieve hidden from filteredrevs
Wed, 12 Dec 2012 03:12:55 +0100 Pierre-Yves David obsolete: add revset and test for divergent changesets
Fri, 07 Dec 2012 10:37:43 -0800 Siddharth Agarwal revset.children: ignore rev numbers that are too low
Wed, 28 Nov 2012 16:15:05 -0600 Matt Mackall merge with stable
Mon, 26 Nov 2012 13:44:11 -0600 Matt Mackall revset: backed out changeset 54cedee86e51 stable
Tue, 20 Nov 2012 10:09:06 -0800 Bryan O'Sullivan Merge with crew-stable
Fri, 16 Nov 2012 15:39:12 -0800 Durham Goode commit: increase perf by avoiding checks against entire repo subsets stable
Wed, 31 Oct 2012 16:23:23 -0700 Tomasz Kleczek bundle: add revset expression to show bundle contents (issue3487)
Tue, 30 Oct 2012 18:48:44 -0500 Matt Mackall revset: accept @ in unquoted symbols (issue3686) stable
Fri, 19 Oct 2012 00:39:06 +0200 Pierre-Yves David revset: add a bumped revset
Fri, 19 Oct 2012 00:28:13 +0200 Pierre-Yves David obsolete: rename `getobscache` into `getrevs`
Mon, 08 Oct 2012 15:54:53 +0200 Pierre-Yves David clfilter: remove use of xrange in revset
Mon, 15 Oct 2012 17:43:05 +0200 Pierre-Yves David branchpoint: remove useless intermediate set creation
Mon, 15 Oct 2012 17:42:40 +0200 Pierre-Yves David clfilter: use changelog to iterate over the repo in branchpoint
Mon, 13 Aug 2012 21:50:45 +0200 Ivan Andrus revsets: add branchpoint() function
Thu, 20 Sep 2012 19:01:53 +0200 Pierre-Yves David clfilter: remove usage of `range` in favor of iteration over changelog
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: further