diff -r 80ce5bce281f -r 6d937c49d935 contrib/revsetbenchmarks.py --- a/contrib/revsetbenchmarks.py Tue Jun 09 21:20:54 2015 -0700 +++ b/contrib/revsetbenchmarks.py Tue Jun 09 21:10:44 2015 -0700 @@ -16,7 +16,7 @@ # cannot use argparse, python 2.7 only from optparse import OptionParser -DEFAULTVARIANTS = ['plain'] +DEFAULTVARIANTS = ['plain', 'min', 'max', 'first', 'last', 'reverse', 'sort'] def check_output(*args, **kwargs): kwargs.setdefault('stderr', PIPE)