Fri, 06 May 2011 14:44:18 +0200 |
Peter Arrenbrecht |
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
|
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>
|
Wed, 16 Mar 2011 23:54:55 +0100 |
Markus F.X.J. Oberhumer |
revset: fix a number of highly dubious continue statements
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
|
Sat, 12 Mar 2011 18:48:30 +0100 |
Benoit Boissinot |
revset: add a revset command to get bisect state.
|
Sat, 12 Mar 2011 12:46:31 +0100 |
Patrick Mezard |
help: extract items doc generation function
|
Thu, 24 Feb 2011 00:47:49 +0100 |
Mads Kiilerich |
revset: fix typo when assigning weight to reverse and limit
stable
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: move revset support to core
|
Mon, 22 Nov 2010 18:15:58 +0100 |
Martin Geisler |
code style: prefer 'is' and 'is not' tests with singletons
|
Sun, 07 Nov 2010 18:15:17 +0100 |
Patrick Mezard |
revset: remove unnecessary debug statement
|
Sun, 07 Nov 2010 18:14:42 +0100 |
Patrick Mezard |
revset: fix p1, p2 and parents in dirstate case (a5f7f1e9340e)
|
Thu, 04 Nov 2010 17:09:00 -0500 |
Kevin Bullock |
revsets: let parents() return parents of working dir
|
Thu, 04 Nov 2010 16:59:03 -0500 |
Kevin Bullock |
revsets: let p1() and p2() return parents of working dir
|
Wed, 27 Oct 2010 12:12:51 -0200 |
Wagner Bruna |
revset: fix missing dot in docstring
stable
|
Tue, 26 Oct 2010 23:51:01 -0200 |
Wagner Bruna |
i18n: translate revset predicate docstrings
stable
|
Sun, 24 Oct 2010 12:52:37 +0200 |
Patrick Mezard |
hggettext: handle i18nfunctions declaration for docstrings translations
stable
|
Sat, 23 Oct 2010 19:21:51 +0200 |
Patrick Mezard |
revsets: generate predicate help dynamically
stable
|
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)
|
Tue, 05 Oct 2010 20:25:51 +0200 |
Henrik Stuart |
merge with stable
|
Tue, 05 Oct 2010 11:34:13 +0200 |
Adrian Buehlmann |
revset: fix #branch in urls for outgoing()
stable
|
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
|
Sat, 19 Jun 2010 13:00:08 -0500 |
Matt Mackall |
revset: fix up contains/getstring when no args passed
|
Sat, 19 Jun 2010 12:22:35 -0500 |
Matt Mackall |
revset: allow extended characters in symbols
|
Fri, 18 Jun 2010 17:34:13 -0500 |
Matt Mackall |
revset: nicer exception for empty queries
|
Fri, 18 Jun 2010 21:31:19 +0200 |
Martin Geisler |
revset: all your error messages are belong to _
|
Sun, 13 Jun 2010 23:25:27 +0200 |
Georg Brandl |
revset: fix call to ctx.extra() in closed()
|