Sat, 11 Oct 2014 01:17:40 -0700 |
Pierre-Yves David |
revset: narrow the subset using smartset operation in roots()
|
Tue, 23 Sep 2014 17:12:27 -0700 |
Pierre-Yves David |
revsetbenchmark: add a rebase-related revset to the benchmark list
|
Tue, 23 Sep 2014 17:09:19 -0700 |
Pierre-Yves David |
revsetbenchmark: allow comments ('#' prefix) in the revset input
|
Sun, 07 Sep 2014 11:33:22 -0700 |
Gregory Szorc |
revsetbenchmarks: add an additional roots() benchmark
|
Fri, 12 Sep 2014 14:21:18 -0700 |
Durham Goode |
revset: lower weight for _intlist function
|
Fri, 12 Sep 2014 15:00:51 -0700 |
Durham Goode |
revset: make parents() O(number of parents)
|
Fri, 12 Sep 2014 16:21:13 -0700 |
Durham Goode |
revset: make descendants() lazier
|
Sat, 30 Aug 2014 15:17:37 +0200 |
Gregory Szorc |
revsetbenchmark: add revset with lazyset subtraction
|
Thu, 24 Jul 2014 12:12:12 -0700 |
Gregory Szorc |
revset: optimize baseset.__sub__ (issue4313)
stable
|
Mon, 19 May 2014 14:39:19 -0700 |
Pierre-Yves David |
revset-benchmark: add max(::(tip~20) - obsolete())
|
Wed, 30 Apr 2014 18:40:20 -0700 |
Pierre-Yves David |
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list
|
Tue, 29 Apr 2014 19:15:36 -0700 |
Pierre-Yves David |
revsetbenchmark: add `::tip and draft()` to the canonical list
|
Mon, 28 Apr 2014 15:15:36 -0700 |
Pierre-Yves David |
revset: inline spanset containment check (fix perf regression)
stable
|
Tue, 25 Mar 2014 14:10:01 -0700 |
Durham Goode |
revset: improve _descendants performance
|
Fri, 28 Mar 2014 16:12:05 -0700 |
Gregory Szorc |
revsetbenchmark: add entry for ::rev::
|
Sat, 15 Mar 2014 18:11:51 -0700 |
Pierre-Yves David |
benchmark-revset: add full version of benchmarked revset
|
Tue, 18 Feb 2014 11:35:03 -0800 |
Lucas Moscovicz |
revset: changed minrev and maxrev implementations to use ordered sets
|
Fri, 14 Mar 2014 15:00:15 -0700 |
Lucas Moscovicz |
contrib: added revset examples for benchmarking performance
|