docs/evolve-faq.rst
branchstable
changeset 779 6c773c46e2f7
parent 778 35c8c5e8e3d3
child 780 020619c850bb
--- a/docs/evolve-faq.rst	Wed Jan 22 14:12:07 2014 -0800
+++ b/docs/evolve-faq.rst	Wed Jan 22 14:12:44 2014 -0800
@@ -51,7 +51,8 @@
 
 Just use ``hg prune <some-rev>``.
 
-Moving within the history: ``up`` ``gdown`` and ``gup``
+
+Moving within the history: ``gdown`` and ``gup``
 ------------------------------------------------------------
 
 While working on mutable part of the history you often need to move between
@@ -60,6 +61,8 @@
 You just need to use standard update to work with evolve. For convenience, you
 can use ``hg gup`` to move to the child commit or ``hg gdown`` to move to the parent commit.
 
+Those command have ``previous`` and ``next`` alias.
+
 .. note:: Those commands only exist for the convenience of getting qpush and qpop
           feeling back.