docs/from-mq.rst
branchstable
changeset 538 63fd2a62cec4
parent 527 b81193ef3488
child 642 f8c75459e8bd
equal deleted inserted replaced
537:6b459431d215 538:63fd2a62cec4
    12 mq command                       new equivalent
    12 mq command                       new equivalent
    13 ==============================  ============================================
    13 ==============================  ============================================
    14 qseries                         ``log``
    14 qseries                         ``log``
    15 qnew                            ``commit``
    15 qnew                            ``commit``
    16 qrefresh                        ``amend``
    16 qrefresh                        ``amend``
    17 qpop                            ``update`` or ``qdown``
    17 qpop                            ``update`` or ``gdown``
    18 qpush                           ``update`` or ``gup`` sometimes ``evolve``
    18 qpush                           ``update`` or ``gup`` sometimes ``evolve``
    19 qrm                             ``prune``
    19 qrm                             ``prune``
    20 qfold                           ``amend -c`` (for now, ``collapse`` soon)
    20 qfold                           ``fold``
    21 qdiff                           ``odiff``
    21 qdiff                           ``odiff``
       
    22 qrecord                         ``/qrecord``
    22 
    23 
    23 qfinish                         --
    24 qfinish                         --
    24 qimport                         --
    25 qimport                         --
    25 ==============================  ============================================
    26 ==============================  ============================================
    26 
    27 
   138 
   139 
   139 evolution introduce a new command to mark a changeset as "not wanted anymore".::
   140 evolution introduce a new command to mark a changeset as "not wanted anymore".::
   140 
   141 
   141   $ hg prune <revset>
   142   $ hg prune <revset>
   142 
   143 
       
   144 hg qrm
       
   145 ```````
       
   146 
       
   147 ::
       
   148 
       
   149   $ hg fold <first>::<last>
       
   150 
   143 hg qfold
   151 hg qfold
   144 `````````
   152 `````````
   145 
   153 
   146 
   154 
   147 ::
   155 ::