changeset 26088:34d8d4930c88

revsetbenchmarks: clean up revsets that achieved with default variants We remove revset making use of min and max as this is covered by the variants. We could use variant for roots too, but it is not in the default so keep it here.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 27 Oct 2014 13:40:12 +0100 (2014-10-27)
parents e66f1707ba6c
children 59cdf631388b
files contrib/revsetbenchmarks.txt
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.txt
+++ b/contrib/revsetbenchmarks.txt
@@ -10,10 +10,7 @@
 author(lmoscovicz) or author(mpm)
 author(mpm) or author(lmoscovicz)
 tip:0
-max(tip:0)
-min(0:tip)
 0::
-min(0::)
 # those two `roots(...)` inputs are close to what phase movement use.
 roots((tip~100::) - (tip~100::tip))
 roots((0::) - (0::tip))
@@ -23,7 +20,6 @@
 :10000 and public()
 draft()
 :10000 and draft()
-max(::(tip~20) - obsolete())
 roots((0:tip)::)
 (not public() - obsolete())
 (_intlist('20000\x0020001')) and merge()