tests/test-mq.t
branchstable
changeset 13230 827a1cc127bf
parent 12942 05fffd665170
child 13272 5ccdca7df211
equal deleted inserted replaced
13227:5d1bb1174047 13230:827a1cc127bf
    75    qseries      print the entire series file
    75    qseries      print the entire series file
    76    qtop         print the name of the current patch
    76    qtop         print the name of the current patch
    77    qunapplied   print the patches not yet applied
    77    qunapplied   print the patches not yet applied
    78    strip        strip changesets and all their descendants from the repository
    78    strip        strip changesets and all their descendants from the repository
    79   
    79   
    80   use "hg -v help mq" to show aliases and global options
    80   use "hg -v help mq" to show builtin aliases and global options
    81 
    81 
    82   $ hg init a
    82   $ hg init a
    83   $ cd a
    83   $ cd a
    84   $ echo a > a
    84   $ echo a > a
    85   $ hg ci -Ama
    85   $ hg ci -Ama