tests/test-mq-safety.t
changeset 35393 4441705b7111
parent 34661 eb586ed5d8ce
equal deleted inserted replaced
35392:5feb782c7a95 35393:4441705b7111
    66 
    66 
    67   $ hg qpop
    67   $ hg qpop
    68   abort: popping would remove a revision not managed by this patch queue
    68   abort: popping would remove a revision not managed by this patch queue
    69   [255]
    69   [255]
    70   $ hg qpop -n patches
    70   $ hg qpop -n patches
    71   using patch queue: $TESTTMP/repo/.hg/patches (glob)
    71   using patch queue: $TESTTMP/repo/.hg/patches
    72   abort: popping would remove a revision not managed by this patch queue
    72   abort: popping would remove a revision not managed by this patch queue
    73   [255]
    73   [255]
    74   $ hg qrefresh
    74   $ hg qrefresh
    75   abort: working directory revision is not qtip
    75   abort: working directory revision is not qtip
    76   [255]
    76   [255]