contrib/revsetbenchmarks.txt
branchstable
changeset 25855 96a38d44ba09
parent 25745 501c51d60792
parent 25854 eabba9c75061
child 25856 98a852a44673
--- a/contrib/revsetbenchmarks.txt	Fri Jul 03 18:10:58 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-all()
-draft()
-::tip
-draft() and ::tip
-::tip and draft()
-0::tip
-roots(0::tip)
-author(lmoscovicz)
-author(mpm)
-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))
-::p1(p1(tip))::
-public()
-:10000 and public()
-draft()
-:10000 and draft()
-max(::(tip~20) - obsolete())
-roots((0:tip)::)
-(not public() - obsolete())
-(_intlist('20000\x0020001')) and merge()
-parents(20000)
-(20000::) - (20000)
-# The one below is used by rebase
-(children(ancestor(tip~5, tip)) and ::(tip~5))::