comparison tests/test-mq-qimport-fail-cleanup.t @ 29968:0342bf292f73

mq: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:44:59 +0000
parents f2719b387380
children
comparison
equal deleted inserted replaced
29967:bd55d98027ee 29968:0342bf292f73
34 b.patch 34 b.patch
35 35
36 $ hg pull -q -r 0 . # update phase 36 $ hg pull -q -r 0 . # update phase
37 $ hg qimport -r 0 37 $ hg qimport -r 0
38 abort: revision 0 is not mutable 38 abort: revision 0 is not mutable
39 (see "hg help phases" for details) 39 (see 'hg help phases' for details)
40 [255] 40 [255]
41 41
42 $ cd .. 42 $ cd ..