log mercurial/revset.py @ 12815:079a618ea89d stable

age author description
Sat, 23 Oct 2010 14:59:19 +0200 Martin Geisler revset: add translator comments to i18n strings stable
Fri, 15 Oct 2010 03:30:38 -0300 Wagner Bruna revset: disable subset optimization for parents() and children() (issue2437)
Sat, 16 Oct 2010 18:50:53 +0200 Benoit Boissinot revset: use 'requires' instead of 'wants' in error message
Tue, 12 Oct 2010 23:33:43 -0500 Augie Fackler revset id(): fix error text to say "id wants..." instead of "rev wants..."
Mon, 11 Oct 2010 09:44:19 -0500 Augie Fackler revset: add id() and rev() to allow explicitly referring to changes by hash or rev
Sun, 10 Oct 2010 12:41:36 -0500 Augie Fackler revset: rename tagged() to tag() and allow it to take an optional tag name
Thu, 07 Oct 2010 11:45:17 -0500 Matt Mackall revset: lower precedence of minus infix (issue2361)