diff contrib/base-revsets.txt @ 25609:67a2192dcb64

contrib: introduce an all-revsets.txt file This file should gather all revsets ever thought interesting by anyone. That way one can check the impact of a change when touching something revset-ish. See inline comments for details. This file have been refilled with all the entry I could automatically find from changeset descriptions. I assume we missed some not using 'revsetbenchmarks.py' output.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 16 Jun 2015 22:15:30 -0700
parents 2fea23d035d8
children 70a4289896b0
line wrap: on
line diff
--- a/contrib/base-revsets.txt	Tue Jun 16 20:36:00 2015 -0700
+++ b/contrib/base-revsets.txt	Tue Jun 16 22:15:30 2015 -0700
@@ -11,6 +11,8 @@
 # some of the tests inadequate and replace them with a new one testing the same
 # behavior.
 #
+# If you want to benchmark revsets predicate itself, check 'all-revsets.txt'.
+#
 # The current content of this file is currently likely not reaching this goal
 # entirely, feel free, to audit its content and comment on each revset to
 # highlight what internal mechanisms they test.