contrib/revsetbenchmarks.txt
author Lucas Moscovicz <lmoscovicz@fb.com>
Wed, 19 Feb 2014 09:28:17 -0800
changeset 20748 6b731b29e154
parent 20744 9907b3f79ac2
child 20754 f15ff553b762
permissions -rw-r--r--
revset: added min and max methods to baseset and lazyset This classes have no particular order so they rely on python min() and max() implementation. This methods will be implemented in every smartset class in future patches. For other classes there are lazy implementations that can be made for this methods.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20744
9907b3f79ac2 contrib: added revset examples for benchmarking performance
Lucas Moscovicz <lmoscovicz@fb.com>
parents:
diff changeset
     1
draft()
9907b3f79ac2 contrib: added revset examples for benchmarking performance
Lucas Moscovicz <lmoscovicz@fb.com>
parents:
diff changeset
     2
draft() and ::tip
9907b3f79ac2 contrib: added revset examples for benchmarking performance
Lucas Moscovicz <lmoscovicz@fb.com>
parents:
diff changeset
     3
roots(0::tip)
9907b3f79ac2 contrib: added revset examples for benchmarking performance
Lucas Moscovicz <lmoscovicz@fb.com>
parents:
diff changeset
     4
author(lmoscovicz)
9907b3f79ac2 contrib: added revset examples for benchmarking performance
Lucas Moscovicz <lmoscovicz@fb.com>
parents:
diff changeset
     5
author(lmoscovicz) or author(mpm)