Mercurial > evolve
changeset 366:c67af39d1ae9 stable
grmlgm edit
author | Pierre-Yves.David@ens-lyon.org |
---|---|
date | Sun, 15 Jul 2012 14:42:21 +0200 |
parents | 9f6a77ec66cb |
children | 5bc3e5dc2637 c2f3cdd5a2a2 |
files | docs/from-mq.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/from-mq.rst Sun Jul 15 13:07:54 2012 +0200 +++ b/docs/from-mq.rst Sun Jul 15 14:42:21 2012 +0200 @@ -13,7 +13,7 @@ qrefresh ``amend`` qpop ``update`` or ``qdown`` qpush ``update`` or ``gup`` sometimes ``stabilize`` -qrm ``kill`` +qrm ``prune`̀` qfold ``amend -c`` (for now, ``collapse`` soon) qdiff ``odiff`` @@ -132,7 +132,7 @@ evolution introduce a new command to mark a changeset as "not wanted anymore".:: - $ hg kill <revset> + $ hg prune <revset> hg qfold `````````