##// END OF EJS Templates
Update test-mq-qdelete to use qdel -r
Brendan Cully -
r3376:b9a7c07f default
parent child Browse files
Show More
@@ -30,6 +30,6 b' hg qnew e'
30 hg qnew f
30 hg qnew f
31
31
32 hg qdel -r e
32 hg qdel -r e
33 hg qdel -r d e
33 hg qdel -r qbase:e
34 hg qapplied
34 hg qapplied
35 hg log --template '{rev} {desc}\n'
35 hg log --template '{rev} {desc}\n'
@@ -14,7 +14,7 b' series'
14 status
14 status
15 1 New patch: a
15 1 New patch: a
16 0 base
16 0 base
17 abort: patch e not at base
17 abort: cannot delete revision 3 above applied patches
18 f
18 f
19 4 New patch: f
19 4 New patch: f
20 3 New patch: e
20 3 New patch: e
General Comments 0
You need to be logged in to leave comments. Login now