Show More
@@ -10,15 +10,15 b'' | |||||
10 | This extension allows you to use git-style suffixes to refer to the ancestors |
|
10 | This extension allows you to use git-style suffixes to refer to the ancestors | |
11 | of a specific revision. |
|
11 | of a specific revision. | |
12 |
|
12 | |||
13 | For example, if you can refer to a revision as "foo", then: |
|
13 | For example, if you can refer to a revision as "foo", then:: | |
14 |
|
14 | |||
15 |
|
|
15 | foo^N = Nth parent of foo | |
16 | foo^0 = foo |
|
16 | foo^0 = foo | |
17 | foo^1 = first parent of foo |
|
17 | foo^1 = first parent of foo | |
18 | foo^2 = second parent of foo |
|
18 | foo^2 = second parent of foo | |
19 | foo^ = foo^1 |
|
19 | foo^ = foo^1 | |
20 |
|
20 | |||
21 |
|
|
21 | foo~N = Nth first grandparent of foo | |
22 | foo~0 = foo |
|
22 | foo~0 = foo | |
23 | foo~1 = foo^1 = foo^ = first parent of foo |
|
23 | foo~1 = foo^1 = foo^ = first parent of foo | |
24 | foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo |
|
24 | foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo |
General Comments 0
You need to be logged in to leave comments.
Login now