##// END OF EJS Templates
revset: fix spelling typo
Julian Cowley -
r11450:6bca9801 stable
parent child Browse files
Show More
@@ -21,7 +21,7 b' These are the supported infix operators:'
21 A DAG range, meaning all changesets that are descendants of x and
21 A DAG range, meaning all changesets that are descendants of x and
22 ancestors of y, including x and y themselves. If the first endpoint
22 ancestors of y, including x and y themselves. If the first endpoint
23 is left out, this is equivalent to ``ancestors(y)``, if the second
23 is left out, this is equivalent to ``ancestors(y)``, if the second
24 is left out it is equivalent to ``descendents(x)``.
24 is left out it is equivalent to ``descendants(x)``.
25
25
26 An alternative syntax is ``x..y``.
26 An alternative syntax is ``x..y``.
27
27
General Comments 0
You need to be logged in to leave comments. Login now