docs/from-mq.rst
changeset 492 7ecd41520dae
parent 377 1d6cc8c22cd9
child 500 4387e62bd4f4
--- a/docs/from-mq.rst	Fri Aug 24 10:44:23 2012 +0200
+++ b/docs/from-mq.rst	Fri Aug 24 11:17:18 2012 +0200
@@ -12,7 +12,7 @@
 qnew                            ``commit``
 qrefresh                        ``amend``
 qpop                            ``update`` or ``qdown``
-qpush                           ``update`` or ``gup`` sometimes ``stabilize``
+qpush                           ``update`` or ``gup`` sometimes ``evolve``
 qrm                             ``prune``
 qfold                           ``amend -c`` (for now, ``collapse`` soon)
 qdiff                           ``odiff``
@@ -113,7 +113,7 @@
 The evolution extension adds a command to rewrite the "out of sync"
 changesets:::
 
-  $ hg stabilize
+  $ hg evolve
 
 You can also decide to do it manually using::