comparison 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
comparison
equal deleted inserted replaced
25608:2fea23d035d8 25609:67a2192dcb64
8 # Use and update this file when you change internal implementation of these 8 # Use and update this file when you change internal implementation of these
9 # smartsets classes. Please include a comment explaining what each of your 9 # smartsets classes. Please include a comment explaining what each of your
10 # addition is testing. Also check if your changes to the smartset class makes 10 # addition is testing. Also check if your changes to the smartset class makes
11 # some of the tests inadequate and replace them with a new one testing the same 11 # some of the tests inadequate and replace them with a new one testing the same
12 # behavior. 12 # behavior.
13 #
14 # If you want to benchmark revsets predicate itself, check 'all-revsets.txt'.
13 # 15 #
14 # The current content of this file is currently likely not reaching this goal 16 # The current content of this file is currently likely not reaching this goal
15 # entirely, feel free, to audit its content and comment on each revset to 17 # entirely, feel free, to audit its content and comment on each revset to
16 # highlight what internal mechanisms they test. 18 # highlight what internal mechanisms they test.
17 19