log mercurial/revset.py @ 21843:92666a869ea4 stable

age author description
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