Tue, 20 Sep 2011 20:21:04 +0200 |
Yann E. MORIN |
revset.bisect: add 'ignored' set to the bisect keyword
|
Tue, 20 Sep 2011 20:19:48 +0200 |
Yann E. MORIN |
hbisect.get: use simpler code with repo.set(), fix 'pruned' set
|
Mon, 19 Sep 2011 16:28:44 -0500 |
Matt Mackall |
revset: add 'l' flag to formatspec for args
|
Sat, 17 Sep 2011 14:33:20 +0200 |
Yann E. MORIN |
revset.bisect: add new 'untested' set to the bisect keyword
|
Sat, 17 Sep 2011 17:30:35 +0200 |
Yann E. MORIN |
revset.bisect: add new 'pruned' set to the bisect keyword
|
Sat, 17 Sep 2011 17:33:34 +0200 |
Yann E. MORIN |
revset.bisect: add new 'range' set to the bisect keyword
|
Sat, 17 Sep 2011 00:20:45 +0200 |
Yann E. MORIN |
revset.bisect: move bisect() code to hbisect.py
|
Sun, 18 Sep 2011 22:54:11 +0200 |
Yann E. MORIN |
revset: rename bisected() to bisect()
|
Sun, 18 Sep 2011 10:07:51 +0200 |
Yann E. MORIN |
revset.bisected: remove 'unknown' state
|
Sat, 17 Sep 2011 12:34:47 -0500 |
Matt Mackall |
revsets: add first alias for last
|
Fri, 16 Sep 2011 22:57:47 -0500 |
Matt Mackall |
revset: add default of 1 to limit and last functions
|
Thu, 21 Jul 2011 14:05:45 -0500 |
Matt Mackall |
revset: add formatspec convenience query builder
|
Thu, 21 Jul 2011 14:04:57 -0500 |
Matt Mackall |
revset: allow bypassing alias expansion
|
Tue, 12 Jul 2011 12:35:03 -0500 |
Matt Mackall |
revsets: actually catch type error on tip^p1(tip) (issue2884)
stable
|
Wed, 06 Jul 2011 13:37:50 -0500 |
Matt Mackall |
revsets: do the right thing with x^:y (issue2884)
stable
|
Wed, 22 Jun 2011 01:55:00 +0200 |
Mads Kiilerich |
revset: fix aliases with 0 or more than 2 parameters
stable
|
Wed, 22 Jun 2011 01:55:00 +0200 |
Mads Kiilerich |
revset and fileset: fix typos in parser error messages
stable
|
Fri, 24 Jun 2011 00:18:06 +0200 |
Mads Kiilerich |
revset: fix parameter name in implementation of follow()
stable
|
Tue, 21 Jun 2011 00:17:52 +0200 |
Mads Kiilerich |
parsers: fix localization markup of parser errors
stable
|
Thu, 16 Jun 2011 22:47:34 +0200 |
Thomas Arendsen Hein |
revset: add desc(string) to search in commit messages
|
Thu, 16 Jun 2011 22:03:26 +0200 |
Thomas Arendsen Hein |
revset: update sorting of symbols
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: change various repository() users to use peer() where appropriate
|
Wed, 01 Jun 2011 16:42:50 -0500 |
Matt Mackall |
merge with stable
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
stable
|
Wed, 18 May 2011 09:56:27 +0200 |
Martin Geisler |
merge with stable
|
Wed, 18 May 2011 09:31:19 +0200 |
Martin Geisler |
revset: the name is optional for the tag predicate
stable
|
Wed, 18 May 2011 09:28:11 +0200 |
Martin Geisler |
revset: note case-sensitive match in grep
stable
|
Wed, 18 May 2011 09:20:52 +0200 |
Martin Geisler |
revset: note case-insensitive matches in keyword and user
stable
|
Wed, 18 May 2011 09:15:18 +0200 |
Martin Geisler |
revset: expand help for contains predicate
stable
|
Mon, 16 May 2011 17:02:35 -0500 |
Matt Mackall |
revset: add follow(filename) to follow a filename's history across copies
|
Mon, 16 May 2011 17:02:35 -0500 |
Matt Mackall |
revset: introduce filelog() to emulate log's fast path
|
Fri, 13 May 2011 12:57:27 -0500 |
Matt Mackall |
help: consolidate topic hooks in help.py
|
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
|