docs/from-mq.rst
branchstable
changeset 366 c67af39d1ae9
parent 357 b398e9c2dbd1
child 367 5bc3e5dc2637
child 373 8c92f65e0dcc
equal deleted inserted replaced
365:9f6a77ec66cb 366:c67af39d1ae9
    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 ``stabilize``
    16 qrm                             ``kill``
    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                         --
    21 qimport                         --
    21 qimport                         --
   130 hg qrm
   130 hg qrm
   131 ```````
   131 ```````
   132 
   132 
   133 evolution introduce a new command to mark a changeset as "not wanted anymore".::
   133 evolution introduce a new command to mark a changeset as "not wanted anymore".::
   134 
   134 
   135   $ hg kill <revset>
   135   $ hg prune <revset>
   136 
   136 
   137 hg qfold
   137 hg qfold
   138 `````````
   138 `````````
   139 
   139 
   140 
   140