# HG changeset patch # User Gregory Szorc # Date 1396048325 25200 # Node ID c2a81aa199804e9fa8cc02d95b6ba1b086cff2f4 # Parent 81d6dc8c3c6390aa8785fc9f2598b8a46b3fcfd7 revsetbenchmark: add entry for ::rev:: Revsets of the form ::rev:: were identified as the source behind the regressions in issue 4201. Ensure we have explicit coverage of that revset. diff -r 81d6dc8c3c63 -r c2a81aa19980 contrib/revsetbenchmarks.txt --- a/contrib/revsetbenchmarks.txt Mon Mar 31 10:12:07 2014 -0500 +++ b/contrib/revsetbenchmarks.txt Fri Mar 28 16:12:05 2014 -0700 @@ -12,3 +12,4 @@ min(0:tip) 0:: min(0::) +::p1(p1(tip))::