log mercurial/revset.py @ 21932:21a2f31f054d stable

age author description
Fri, 18 Jul 2014 19:46:56 -0400 Matt Harbison revset: avoid a ValueError when 'only()' is given an empty set
Sat, 12 Jul 2014 00:37:08 -0700 Siddharth Agarwal revset: remove no longer used _missingancestors revset
Sat, 12 Jul 2014 00:31:36 -0700 Siddharth Agarwal revset: replace _missingancestors optimization with only revset
Mon, 14 Jul 2014 17:55:31 -0500 Matt Mackall revset: maintain ordering when subtracting from a baseset (issue4289)
Mon, 28 Apr 2014 15:14:11 -0700 Pierre-Yves David revset: cosmetic changes in spanset range comparison
Fri, 25 Apr 2014 23:38:24 -0700 Pierre-Yves David revset: drop spanset._contained
Thu, 01 May 2014 14:07:04 -0700 Pierre-Yves David revset: directly use __contains__ instead of a lambda stable 3.0
Thu, 01 May 2014 12:15:28 -0700 Pierre-Yves David orderedlazyset: directly use __contains__ instead of a lambda stable
Thu, 01 May 2014 12:15:00 -0700 Pierre-Yves David lazyset: directly use __contains__ instead of a lambda stable
Sat, 26 Apr 2014 00:38:02 -0700 Pierre-Yves David spanset: directly use __contains__ instead of a lambda stable
Fri, 25 Apr 2014 18:00:07 -0700 Pierre-Yves David revset: also inline spanset._contained in __len__ stable
Mon, 28 Apr 2014 15:15:36 -0700 Pierre-Yves David revset: inline spanset containment check (fix perf regression) stable
Mon, 28 Apr 2014 16:28:52 -0700 Pierre-Yves David revset: fix revision filtering in spanset.contains (regression) stable
Mon, 28 Apr 2014 15:09:23 -0700 Greg Hurrell help: clarify distinction among `contains`/`file`/`filelog` stable
Tue, 22 Apr 2014 10:12:13 -0300 Wagner Bruna revset, i18n: add translator comment to "only" stable
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Mon, 07 Apr 2014 23:17:51 +0200 Mads Kiilerich revlog: use context ancestor instead of changelog ancestor
Mon, 31 Mar 2014 16:03:34 -0700 Durham Goode revset: improve roots revset performance
Tue, 25 Mar 2014 14:10:01 -0700 Durham Goode revset: improve _descendants performance
Fri, 28 Mar 2014 17:00:13 -0700 Pierre-Yves David revset: raise ValueError when calling min or max on empty smartset
Thu, 20 Mar 2014 18:55:28 -0700 Pierre-Yves David _addset: add a __len__ method
Tue, 25 Mar 2014 16:10:07 -0700 Durham Goode revset: fix generatorset race condition
Tue, 25 Mar 2014 16:17:16 -0500 Matt Mackall merge with stable
Mon, 24 Mar 2014 20:00:18 -0700 Gregory Szorc revset: improve performance of _generatorset.__contains__ (issue 4201)
Mon, 24 Mar 2014 21:27:40 -0400 Matt Harbison revset: document the regular expression support for tag(name) stable
Tue, 18 Mar 2014 17:54:42 -0500 Matt Mackall revset: try to handle hyphenated symbols if lookup callback is available
Tue, 18 Mar 2014 17:19:44 -0500 Matt Mackall revset: pass a lookup function to the tokenizer
Tue, 18 Feb 2014 11:35:03 -0800 Lucas Moscovicz revset: changed minrev and maxrev implementations to use ordered sets
Fri, 14 Mar 2014 14:43:44 -0700 Lucas Moscovicz revset: changed addset to extend _orderedsetmixin
Fri, 14 Mar 2014 11:41:26 -0700 Pierre-Yves David revset: add a default argument for baseset.__init__