hgext/mq.py
changeset 30879 5fbf1da938a6
parent 30519 20a42325fdef
child 31023 aea06029919e
equal deleted inserted replaced
30878:f36eec4b5a49 30879:5fbf1da938a6
    12 applied patches (subset of known patches).
    12 applied patches (subset of known patches).
    13 
    13 
    14 Known patches are represented as patch files in the .hg/patches
    14 Known patches are represented as patch files in the .hg/patches
    15 directory. Applied patches are both patch files and changesets.
    15 directory. Applied patches are both patch files and changesets.
    16 
    16 
    17 Common tasks (use :hg:`help command` for more details)::
    17 Common tasks (use :hg:`help COMMAND` for more details)::
    18 
    18 
    19   create new patch                          qnew
    19   create new patch                          qnew
    20   import existing patch                     qimport
    20   import existing patch                     qimport
    21 
    21 
    22   print patch series                        qseries
    22   print patch series                        qseries