# HG changeset patch # User Pierre-Yves David # Date 2014-09-24 00:12:27 # Node ID ace8320156ef02f355d9e416e26e8dd234964b09 # Parent 480a24ad9f771d8edce660fdc95df4b6d7d4878a revsetbenchmark: add a rebase-related revset to the benchmark list diff --git a/contrib/revsetbenchmarks.txt b/contrib/revsetbenchmarks.txt --- a/contrib/revsetbenchmarks.txt +++ b/contrib/revsetbenchmarks.txt @@ -28,3 +28,5 @@ roots((0:tip)::) (_intlist('20000\x0020001')) and merge() parents(20000) (20000::) - (20000) +# The one below is used by rebase +(children(ancestor(tip~5, tip)) and ::(tip~5))::