Show More
@@ -1,120 +1,120 | |||||
1 | # All revsets ever used with revsetbenchmarks.py script |
|
1 | # All revsets ever used with revsetbenchmarks.py script | |
2 | # |
|
2 | # | |
3 | # The goal of this file is to gather all revsets ever used for benchmarking |
|
3 | # The goal of this file is to gather all revsets ever used for benchmarking | |
4 | # revset's performance. It should be used to gather revsets that test a |
|
4 | # revset's performance. It should be used to gather revsets that test a | |
5 | # specific usecase or a specific implementation of revset predicates. |
|
5 | # specific usecase or a specific implementation of revset predicates. | |
6 | # If you are working on the smartset implementation itself, check |
|
6 | # If you are working on the smartset implementation itself, check | |
7 | # 'base-revsets.txt'. |
|
7 | # 'base-revsets.txt'. | |
8 | # |
|
8 | # | |
9 | # Please update this file with any revsets you use for benchmarking a change so |
|
9 | # Please update this file with any revsets you use for benchmarking a change so | |
10 | # that future contributors can easily find and retest it when doing further |
|
10 | # that future contributors can easily find and retest it when doing further | |
11 | # modification. Feel free to highlight interresting variants if needed. |
|
11 | # modification. Feel free to highlight interresting variants if needed. | |
12 |
|
12 | |||
13 |
|
13 | |||
14 | ## Revset from this section are all extracted from changelog when this file was |
|
14 | ## Revset from this section are all extracted from changelog when this file was | |
15 | # created. Feel free to dig and improve documentation. |
|
15 | # created. Feel free to dig and improve documentation. | |
16 |
|
16 | |||
17 | # Used in revision da05fe01170b |
|
17 | # Used in revision da05fe01170b | |
18 | (20000::) - (20000) |
|
18 | (20000::) - (20000) | |
19 | # Used in revision 95af98616aa7 |
|
19 | # Used in revision 95af98616aa7 | |
20 | parents(20000) |
|
20 | parents(20000) | |
21 | # Used in revision 186fd06283b4 |
|
21 | # Used in revision 186fd06283b4 | |
22 | (_intlist('20000\x0020001')) and merge() |
|
22 | (_intlist('20000\x0020001')) and merge() | |
23 | # Used in revision 911f5a6579d1 |
|
23 | # Used in revision 911f5a6579d1 | |
24 | p1(20000) |
|
24 | p1(20000) | |
25 | p2(10000) |
|
25 | p2(10000) | |
26 | # Used in revision f140d6207cca |
|
26 | # Used in revision f140d6207cca | |
27 | roots(0:tip) |
|
27 | roots(0:tip) | |
28 | # Used in revision b6dc3b79bb25 |
|
28 | # Used in revision b6dc3b79bb25 | |
29 | 0:: |
|
29 | 0:: | |
30 | # Used in revision faf4f63533ff |
|
30 | # Used in revision faf4f63533ff | |
31 | bookmark() |
|
31 | bookmark() | |
32 | # Used in revision 22ba2c0825da |
|
32 | # Used in revision 22ba2c0825da | |
33 | tip~25 |
|
33 | tip~25 | |
34 | # Used in revision 0cf46b8298fe |
|
34 | # Used in revision 0cf46b8298fe | |
35 | bisect(range) |
|
35 | bisect(range) | |
36 | # Used in revision 5b65429721d5 |
|
36 | # Used in revision 5b65429721d5 | |
37 | divergent() |
|
37 | divergent() | |
38 | # Used in revision 6261b9c549a2 |
|
38 | # Used in revision 6261b9c549a2 | |
39 | file(COPYING) |
|
39 | file(COPYING) | |
40 | # Used in revision 44f471102f3a |
|
40 | # Used in revision 44f471102f3a | |
41 | follow(COPYING) |
|
41 | follow(COPYING) | |
42 | # Used in revision 8040a44aab1c |
|
42 | # Used in revision 8040a44aab1c | |
43 | origin(tip) |
|
43 | origin(tip) | |
44 | # Used in revision bbf4f3dfd700 |
|
44 | # Used in revision bbf4f3dfd700 | |
45 | rev(25) |
|
45 | rev(25) | |
46 | # Used in revision a428db9ab61d |
|
46 | # Used in revision a428db9ab61d | |
47 | p1() |
|
47 | p1() | |
48 | # Used in revision c1546d7400ef |
|
48 | # Used in revision c1546d7400ef | |
49 | min(0::) |
|
49 | min(0::) | |
50 | # Used in revision 546fa6576815 |
|
50 | # Used in revision 546fa6576815 | |
51 | author(lmoscovicz) or author(mpm) |
|
51 | author(lmoscovicz) or author(mpm) | |
52 | author(mpm) or author(lmoscovicz) |
|
52 | author(mpm) or author(lmoscovicz) | |
53 | # Used in revision 9bfe68357c01 |
|
53 | # Used in revision 9bfe68357c01 | |
54 | public() and id("d82e2223f132") |
|
54 | public() and id("d82e2223f132") | |
55 | # Used in revision ba89f7b542c9 |
|
55 | # Used in revision ba89f7b542c9 | |
56 | rev(25) |
|
56 | rev(25) | |
57 | # Used in revision eb763217152a |
|
57 | # Used in revision eb763217152a | |
58 | rev(210000) |
|
58 | rev(210000) | |
59 | # Used in revision 69524a05a7fa |
|
59 | # Used in revision 69524a05a7fa | |
60 | 10:100 |
|
60 | 10:100 | |
61 | parents(10):parents(100) |
|
61 | parents(10):parents(100) | |
62 | # Used in revision 6f1b8b3f12fd |
|
62 | # Used in revision 6f1b8b3f12fd | |
63 | 100~5 |
|
63 | 100~5 | |
64 | parents(100)~5 |
|
64 | parents(100)~5 | |
65 | (100~5)~5 |
|
65 | (100~5)~5 | |
66 | # Used in revision 7a42e5d4c418 |
|
66 | # Used in revision 7a42e5d4c418 | |
67 | children(tip~100) |
|
67 | children(tip~100) | |
68 | # Used in revision 7e8737e6ab08 |
|
68 | # Used in revision 7e8737e6ab08 | |
69 | 100^1 |
|
69 | 100^1 | |
70 | parents(100)^1 |
|
70 | parents(100)^1 | |
71 | (100^1)^1 |
|
71 | (100^1)^1 | |
72 | # Used in revision 30e0dcd7c5ff |
|
72 | # Used in revision 30e0dcd7c5ff | |
73 | matching(100) |
|
73 | matching(100) | |
74 | matching(parents(100)) |
|
74 | matching(parents(100)) | |
75 | # Used in revision aafeaba22826 |
|
75 | # Used in revision aafeaba22826 | |
76 | 0|1|2|3|4|5|6|7|8|9 |
|
76 | 0|1|2|3|4|5|6|7|8|9 | |
77 | # Used in revision 33c7a94d4dd0 |
|
77 | # Used in revision 33c7a94d4dd0 | |
78 | tip:0 |
|
78 | tip:0 | |
79 | # Used in revision 7d369fae098e |
|
79 | # Used in revision 7d369fae098e | |
80 | (0:100000) |
|
80 | (0:100000) | |
81 | # Used in revision b333ca94403d |
|
81 | # Used in revision b333ca94403d | |
82 | 0 + 1 + 2 + ... + 200 |
|
82 | 0 + 1 + 2 + ... + 200 | |
83 | 0 + 1 + 2 + ... + 1000 |
|
83 | 0 + 1 + 2 + ... + 1000 | |
84 | sort(0 + 1 + 2 + ... + 200) |
|
84 | sort(0 + 1 + 2 + ... + 200) | |
85 | sort(0 + 1 + 2 + ... + 1000) |
|
85 | sort(0 + 1 + 2 + ... + 1000) | |
86 | # Used in revision 7fbef7932af9 |
|
86 | # Used in revision 7fbef7932af9 | |
87 | first(0 + 1 + 2 + ... + 1000) |
|
87 | first(0 + 1 + 2 + ... + 1000) | |
88 | # Used in revision ceaf04bb14ff |
|
88 | # Used in revision ceaf04bb14ff | |
89 | 0:1000 |
|
89 | 0:1000 | |
90 | # Used in revision 262e6ad93885 |
|
90 | # Used in revision 262e6ad93885 | |
91 |
|
|
91 | not public() | |
92 |
|
|
92 | (tip~1000::) - public() | |
93 |
|
|
93 | not public() and branch("default") | |
94 | # Used in revision 15412bba5a68 |
|
94 | # Used in revision 15412bba5a68 | |
95 | revset #0: 0::tip |
|
95 | 0::tip | |
96 |
|
96 | |||
97 | ## all the revsets from this section have been taken from the former central file |
|
97 | ## all the revsets from this section have been taken from the former central file | |
98 | # for revset's benchmarking, they are undocumented for this reason. |
|
98 | # for revset's benchmarking, they are undocumented for this reason. | |
99 | all() |
|
99 | all() | |
100 | draft() |
|
100 | draft() | |
101 | ::tip |
|
101 | ::tip | |
102 | draft() and ::tip |
|
102 | draft() and ::tip | |
103 | ::tip and draft() |
|
103 | ::tip and draft() | |
104 | roots(0::tip) |
|
104 | roots(0::tip) | |
105 | author(lmoscovicz) |
|
105 | author(lmoscovicz) | |
106 | author(mpm) |
|
106 | author(mpm) | |
107 | 42:68 and roots(42:tip) |
|
107 | 42:68 and roots(42:tip) | |
108 | ::p1(p1(tip)):: |
|
108 | ::p1(p1(tip)):: | |
109 | public() |
|
109 | public() | |
110 | :10000 and public() |
|
110 | :10000 and public() | |
111 | :10000 and draft() |
|
111 | :10000 and draft() | |
112 | roots((0:tip)::) |
|
112 | roots((0:tip)::) | |
113 | (not public() - obsolete()) |
|
113 | (not public() - obsolete()) | |
114 |
|
114 | |||
115 | # The one below is used by rebase |
|
115 | # The one below is used by rebase | |
116 | (children(ancestor(tip~5, tip)) and ::(tip~5)):: |
|
116 | (children(ancestor(tip~5, tip)) and ::(tip~5)):: | |
117 |
|
117 | |||
118 | # those two `roots(...)` inputs are close to what phase movement use. |
|
118 | # those two `roots(...)` inputs are close to what phase movement use. | |
119 | roots((tip~100::) - (tip~100::tip)) |
|
119 | roots((tip~100::) - (tip~100::tip)) | |
120 | roots((0::) - (0::tip)) |
|
120 | roots((0::) - (0::tip)) |
General Comments 0
You need to be logged in to leave comments.
Login now