mercurial/help/revisions.txt
changeset 32699 f75d0aa5dc83
parent 32084 091d6b9157da
child 34948 ff178743e59b
equal deleted inserted replaced
32698:1b5c61d38a52 32699:f75d0aa5dc83
    95   For n == 0, x; for n == 1, the first parent of each changeset in x;
    95   For n == 0, x; for n == 1, the first parent of each changeset in x;
    96   for n == 2, the second parent of changeset in x.
    96   for n == 2, the second parent of changeset in x.
    97 
    97 
    98 ``x~n``
    98 ``x~n``
    99   The nth first ancestor of x; ``x~0`` is x; ``x~3`` is ``x^^^``.
    99   The nth first ancestor of x; ``x~0`` is x; ``x~3`` is ``x^^^``.
       
   100   For n < 0, the nth unambiguous descendent of x.
   100 
   101 
   101 ``x ## y``
   102 ``x ## y``
   102   Concatenate strings and identifiers into one string.
   103   Concatenate strings and identifiers into one string.
   103 
   104 
   104   All other prefix, infix and postfix operators have lower priority than
   105   All other prefix, infix and postfix operators have lower priority than