tests/test-mq-safety.t
changeset 12372 5163e3c8aa52
parent 12316 4134686b83e1
child 12375 02990e22150b
equal deleted inserted replaced
12371:48a4acd1ccf1 12372:5163e3c8aa52
    37 
    37 
    38   $ hg qpop
    38   $ hg qpop
    39   abort: popping would remove a revision not managed by this patch queue
    39   abort: popping would remove a revision not managed by this patch queue
    40   [255]
    40   [255]
    41   $ hg qpop -n patches
    41   $ hg qpop -n patches
    42   using patch queue: .*/repo/.hg/patches
    42   using patch queue: .*/repo/\.hg/patches
    43   abort: popping would remove a revision not managed by this patch queue
    43   abort: popping would remove a revision not managed by this patch queue
    44   [255]
    44   [255]
    45   $ hg qrefresh
    45   $ hg qrefresh
    46   abort: working directory revision is not qtip
    46   abort: working directory revision is not qtip
    47   [255]
    47   [255]