log mercurial/revset.py @ 22481:8488955127b0

age author description
Tue, 16 Sep 2014 23:34:18 -0700 Pierre-Yves David revset: wider definition of ascending and descending for spanset
Fri, 12 Sep 2014 14:21:18 -0700 Durham Goode revset: lower weight for _intlist function
Fri, 12 Sep 2014 15:00:51 -0700 Durham Goode revset: make parents() O(number of parents)
Fri, 12 Sep 2014 16:21:13 -0700 Durham Goode revset: make descendants() lazier
Mon, 11 Aug 2014 23:45:08 -0400 Michael O'Connor revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) stable
Thu, 24 Jul 2014 12:12:12 -0700 Gregory Szorc revset: optimize baseset.__sub__ (issue4313) stable
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)