tests/test-mq.out
changeset 2821 2e4ace008c94
parent 2758 c9359142cba3
child 2828 12139eedd6a0
equal deleted inserted replaced
2820:1bb8dd08c594 2821:2e4ace008c94
    28  qclone       clone main and patch repository at same time
    28  qclone       clone main and patch repository at same time
    29  qcommit      commit changes in the queue repository
    29  qcommit      commit changes in the queue repository
    30  qdelete      remove a patch from the series file
    30  qdelete      remove a patch from the series file
    31  qdiff        diff of the current patch
    31  qdiff        diff of the current patch
    32  qfold        fold the named patches into the current patch
    32  qfold        fold the named patches into the current patch
       
    33  qguard       set or print guards for a patch
    33  qheader      Print the header of the topmost or specified patch
    34  qheader      Print the header of the topmost or specified patch
    34  qimport      import a patch
    35  qimport      import a patch
    35  qinit        init a new queue repository
    36  qinit        init a new queue repository
    36  qnew         create a new patch
    37  qnew         create a new patch
    37  qnext        print the name of the next patch
    38  qnext        print the name of the next patch
    40  qpush        push the next patch onto the stack
    41  qpush        push the next patch onto the stack
    41  qrefresh     update the current patch
    42  qrefresh     update the current patch
    42  qrename      rename a patch
    43  qrename      rename a patch
    43  qrestore     restore the queue state saved by a rev
    44  qrestore     restore the queue state saved by a rev
    44  qsave        save current queue state
    45  qsave        save current queue state
       
    46  qselect      set or print guarded patches to push
    45  qseries      print the entire series file
    47  qseries      print the entire series file
    46  qtop         print the name of the current patch
    48  qtop         print the name of the current patch
    47  qunapplied   print the patches not yet applied
    49  qunapplied   print the patches not yet applied
    48  qversion     print the version number of the mq extension
    50  qversion     print the version number of the mq extension
    49  strip        strip a revision and all later revs on the same branch
    51  strip        strip a revision and all later revs on the same branch