##// END OF EJS Templates
contrib: rename revsetbenchmarks.txt to 'base-revsets.txt'...
Pierre-Yves David -
r25608:2fea23d0 default
parent child Browse files
Show More
@@ -1,3 +1,20 b''
1 # Base Revsets to be used with revsetbenchmarks.py script
2 #
3 # The goal of this file is to gather a limited amount of revsets that allow a
4 # good coverage of the internal revsets mechanisms. Revsets included should not
5 # be selected for their individual implementation, but for what they reveal of
6 # the internal implementation of smartsets classes (and their interactions).
7 #
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
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
12 # behavior.
13 #
14 # 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
16 # highlight what internal mechanisms they test.
17
1 all()
18 all()
2 draft()
19 draft()
3 ::tip
20 ::tip
General Comments 0
You need to be logged in to leave comments. Login now