mercurial/revset.py
Sat, 25 Feb 2012 22:11:36 +0100 Patrick Mezard graphlog: implement --follow-first
Thu, 23 Feb 2012 18:05:20 +0100 Patrick Mezard graphlog: paths/-I/-X handling requires a new revset
Thu, 09 Feb 2012 21:03:07 +0100 Patrick Mezard revset: fix alias substitution recursion (issue3240)
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: fix documentation for 'remote()' predicate stable
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: fix 'remote()' failure when remote repo has more revs than local stable
Fri, 20 Jan 2012 23:52:31 -0600 Matt Mackall revset: include the correct first ancestor change for follow(file) stable
Fri, 20 Jan 2012 23:10:13 -0600 Matt Mackall revset: remove unreferenced followfile function stable
Fri, 20 Jan 2012 23:05:04 -0600 Matt Mackall revsets: provide contexts for filesets stable
Fri, 20 Jan 2012 14:18:51 -0600 Matt Mackall revset: allow slashes in symbols stable
Fri, 20 Jan 2012 13:19:39 -0200 Wagner Bruna revset: fix typo in message stable
Thu, 19 Jan 2012 14:31:05 -0600 Matt Mackall revset: add remote() predicate to lookup remote revisions
Tue, 17 Jan 2012 17:48:59 -0600 Matt Mackall revset: roots needs to be computed on full set
Mon, 16 Jan 2012 01:21:30 -0600 Matt Mackall revset: optimize roots and children
Mon, 16 Jan 2012 01:21:22 -0600 Matt Mackall revset: optimize building large lists in formatrevspec
Mon, 09 Jan 2012 03:47:16 +0100 Pierre-Yves David discovery: introduce outgoing object for result of findcommonoutgoing
Fri, 06 Jan 2012 10:04:20 +0100 Pierre-Yves David phases: implements simple revset symbol
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize specified string for revset
Thu, 01 Dec 2011 01:42:03 -0600 Matt Mackall merge with stable
Wed, 30 Nov 2011 22:43:24 -0600 Matt Mackall revset: balance %l or-expressions (issue3129) stable
Sun, 20 Nov 2011 15:29:55 -0600 Matt Mackall revset: follow(nosuchfile) should give an empty set (issue3114) stable
Fri, 21 Oct 2011 14:15:58 +0200 Pierre-Yves David revset: disambiguous the node variable stable
Fri, 21 Oct 2011 12:12:21 -0500 Matt Mackall revset: deal with empty lists in formatspec stable
Sat, 15 Oct 2011 12:52:43 -0500 Matt Mackall revset: fix %r handling in formatspec
Sat, 15 Oct 2011 10:20:08 -0500 Matt Mackall revset: add %r for embedded revset support to formatspec
Sat, 24 Sep 2011 01:32:50 +0200 Yann E. MORIN hbisect: add two new revset descriptions: 'goods' and 'bads'
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)
less more (0) -100 -60 tip