mercurial/help/revisions.txt
changeset 32699 f75d0aa5dc83
parent 32084 091d6b9157da
child 34948 ff178743e59b
--- a/mercurial/help/revisions.txt	Tue Jun 06 22:17:39 2017 +0530
+++ b/mercurial/help/revisions.txt	Sat May 27 10:25:09 2017 -0700
@@ -97,6 +97,7 @@
 
 ``x~n``
   The nth first ancestor of x; ``x~0`` is x; ``x~3`` is ``x^^^``.
+  For n < 0, the nth unambiguous descendent of x.
 
 ``x ## y``
   Concatenate strings and identifiers into one string.