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