# HG changeset patch # User Pierre-Yves David # Date 1414413612 -3600 # Node ID 34d8d4930c88598afcc9e0b0a4011c19c642eefe # Parent e66f1707ba6c9406851e1541fc182cbec2e51755 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. diff -r e66f1707ba6c -r 34d8d4930c88 contrib/revsetbenchmarks.txt --- a/contrib/revsetbenchmarks.txt Tue Jun 09 23:49:07 2015 -0700 +++ b/contrib/revsetbenchmarks.txt Mon Oct 27 13:40:12 2014 +0100 @@ -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()