docs/from-mq.rst
changeset 492 7ecd41520dae
parent 377 1d6cc8c22cd9
child 500 4387e62bd4f4
equal deleted inserted replaced
491:6989d8fe4ed2 492:7ecd41520dae
    10 ==============================  ============================================
    10 ==============================  ============================================
    11 qseries                         ``log``
    11 qseries                         ``log``
    12 qnew                            ``commit``
    12 qnew                            ``commit``
    13 qrefresh                        ``amend``
    13 qrefresh                        ``amend``
    14 qpop                            ``update`` or ``qdown``
    14 qpop                            ``update`` or ``qdown``
    15 qpush                           ``update`` or ``gup`` sometimes ``stabilize``
    15 qpush                           ``update`` or ``gup`` sometimes ``evolve``
    16 qrm                             ``prune``
    16 qrm                             ``prune``
    17 qfold                           ``amend -c`` (for now, ``collapse`` soon)
    17 qfold                           ``amend -c`` (for now, ``collapse`` soon)
    18 qdiff                           ``odiff``
    18 qdiff                           ``odiff``
    19 
    19 
    20 qfinish                         --
    20 qfinish                         --
   111 ancestor.
   111 ancestor.
   112 
   112 
   113 The evolution extension adds a command to rewrite the "out of sync"
   113 The evolution extension adds a command to rewrite the "out of sync"
   114 changesets:::
   114 changesets:::
   115 
   115 
   116   $ hg stabilize
   116   $ hg evolve
   117 
   117 
   118 You can also decide to do it manually using::
   118 You can also decide to do it manually using::
   119 
   119 
   120   $ hg graft -O <old-version>
   120   $ hg graft -O <old-version>
   121 
   121