changeset 22557:ace8320156ef

revsetbenchmark: add a rebase-related revset to the benchmark list
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 23 Sep 2014 17:12:27 -0700
parents 480a24ad9f77
children 064a912ebfc2
files contrib/revsetbenchmarks.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.txt	Tue Sep 23 17:09:19 2014 -0700
+++ b/contrib/revsetbenchmarks.txt	Tue Sep 23 17:12:27 2014 -0700
@@ -28,3 +28,5 @@
 (_intlist('20000\x0020001')) and merge()
 parents(20000)
 (20000::) - (20000)
+# The one below is used by rebase
+(children(ancestor(tip~5, tip)) and ::(tip~5))::