log mercurial/revset.py @ 14153:f8047a059ca0

age author description
Sun, 01 May 2011 17:35:05 +0200 Mads Kiilerich revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)
Sat, 30 Apr 2011 18:30:14 +0200 Alexander Solovyov revset aliases
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Sat, 30 Apr 2011 18:25:45 +0200 Kevin Gessner revset: add missing whitespace
Sat, 30 Apr 2011 17:43:04 +0200 Kevin Gessner revset: add ^ and ~ operators from parentrevspec extension
Sat, 30 Apr 2011 10:56:43 -0500 Matt Mackall revsets: add a last function
Sat, 30 Apr 2011 06:58:22 -0700 Brodie Rao revset: fix undefined name ParseError
Fri, 15 Apr 2011 20:07:44 +0300 Idan Kamara revset: optimize stringset when subset == entire repo
Wed, 13 Apr 2011 12:30:41 -0500 Augie Fackler revsets: preserve ordering with the or operator
Fri, 08 Apr 2011 17:47:58 +0300 Idan Kamara revset: rearrange code so functions are sorted alphabetically
Thu, 07 Apr 2011 19:24:16 +0300 Idan Kamara revset: abort when tag or bookmark doesn't exist
Thu, 07 Apr 2011 16:20:40 +0300 Idan Kamara revset: replace for-loop with list comprehension
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Mon, 04 Apr 2011 14:21:54 -0500 Matt Mackall revset: teach optimizer that closed is slowish
Wed, 23 Mar 2011 19:28:16 -0500 Matt Mackall # User Dan Villiom Podlaski Christiansen <danchr@gmail.com>