tests/test-mq.t
changeset 40293 c303d65d2e34
parent 39707 5abc47d4ca6b
child 41592 e67a85e0f19e
equal deleted inserted replaced
40292:9c6473d2038b 40293:c303d65d2e34
    71   This extension used to provide a strip command. This command now lives in the
    71   This extension used to provide a strip command. This command now lives in the
    72   strip extension.
    72   strip extension.
    73   
    73   
    74   list of commands:
    74   list of commands:
    75   
    75   
       
    76   Repository creation:
       
    77   
       
    78    qclone        clone main and patch repository at same time
       
    79   
       
    80   Change creation:
       
    81   
       
    82    qnew          create a new patch
       
    83    qrefresh      update the current patch
       
    84   
       
    85   Change manipulation:
       
    86   
       
    87    qfold         fold the named patches into the current patch
       
    88   
       
    89   Change organization:
       
    90   
    76    qapplied      print the patches already applied
    91    qapplied      print the patches already applied
    77    qclone        clone main and patch repository at same time
       
    78    qdelete       remove patches from queue
    92    qdelete       remove patches from queue
    79    qdiff         diff of the current patch and subsequent modifications
       
    80    qfinish       move applied patches into repository history
    93    qfinish       move applied patches into repository history
    81    qfold         fold the named patches into the current patch
       
    82    qgoto         push or pop patches until named patch is at top of stack
    94    qgoto         push or pop patches until named patch is at top of stack
    83    qguard        set or print guards for a patch
    95    qguard        set or print guards for a patch
    84    qheader       print the header of the topmost or specified patch
    96    qheader       print the header of the topmost or specified patch
    85    qimport       import a patch or existing changeset
       
    86    qnew          create a new patch
       
    87    qnext         print the name of the next pushable patch
    97    qnext         print the name of the next pushable patch
    88    qpop          pop the current patch off the stack
    98    qpop          pop the current patch off the stack
    89    qprev         print the name of the preceding applied patch
    99    qprev         print the name of the preceding applied patch
    90    qpush         push the next patch onto the stack
   100    qpush         push the next patch onto the stack
    91    qqueue        manage multiple patch queues
   101    qqueue        manage multiple patch queues
    92    qrefresh      update the current patch
       
    93    qrename       rename a patch
   102    qrename       rename a patch
    94    qselect       set or print guarded patches to push
   103    qselect       set or print guarded patches to push
    95    qseries       print the entire series file
   104    qseries       print the entire series file
    96    qtop          print the name of the current patch
   105    qtop          print the name of the current patch
    97    qunapplied    print the patches not yet applied
   106    qunapplied    print the patches not yet applied
       
   107   
       
   108   File content management:
       
   109   
       
   110    qdiff         diff of the current patch and subsequent modifications
       
   111   
       
   112   Change import/export:
       
   113   
       
   114    qimport       import a patch or existing changeset
    98   
   115   
    99   (use 'hg help -v mq' to show built-in aliases and global options)
   116   (use 'hg help -v mq' to show built-in aliases and global options)
   100 
   117 
   101   $ hg init a
   118   $ hg init a
   102   $ cd a
   119   $ cd a