Mercurial > evolve
changeset 779:6c773c46e2f7 stable
doc: refer to previous and next in the gup, gdown help
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 22 Jan 2014 14:12:44 -0800 |
parents | 35c8c5e8e3d3 |
children | 020619c850bb |
files | docs/evolve-faq.rst |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.