log mercurial/revset.py @ 12433:abbe2e979948

age author description
Fri, 24 Sep 2010 15:36:53 -0500 Brodie Rao revset: support raw string literals
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Mon, 20 Sep 2010 16:40:36 -0500 Matt Mackall revsets: reduce cost of outgoing in the optimizer
Mon, 20 Sep 2010 15:42:58 +0200 Martin Geisler merge with stable
Fri, 17 Sep 2010 10:21:02 -0500 Brodie Rao revset: handle re.compile() errors in grep() stable
Mon, 30 Aug 2010 14:38:24 +0200 Martin Geisler Consistently import foo as foomod when foo to avoid shadowing
Fri, 13 Aug 2010 13:11:41 -0300 Wagner Bruna revset: predicate to avoid lookup errors
Sun, 15 Aug 2010 18:13:46 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 20:54:34 -0300 Wagner Bruna revset: fix outgoing argument handling stable
Fri, 30 Jul 2010 10:07:46 +0900 Nicolas Dumazet revset: add min function
Thu, 22 Jul 2010 08:17:38 -0500 Matt Mackall revset: fix ancestor subset handling (issue2298) stable
Wed, 30 Jun 2010 17:44:36 -0500 Matt Mackall revset: make negate work for sort specs stable
Mon, 28 Jun 2010 11:07:27 -0500 Matt Mackall revset: deal with empty sets in range endpoints stable
Fri, 25 Jun 2010 01:27:25 -1000 Julian Cowley revset: remove debugging leftover stable