Update test-mq-qdelete to use qdel -r
author |
Brendan Cully <brendan@kublai.com> |
date |
Thu, 12 Oct 2006 14:19:34 -0700 |
parents |
58202386deb7 |
children |
9fe62e2db71d |
files |
tests/test-mq-qdelete tests/test-mq-qdelete.out |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/tests/test-mq-qdelete Thu Oct 12 14:02:41 2006 -0700
+++ b/tests/test-mq-qdelete Thu Oct 12 14:19:34 2006 -0700
@@ -30,6 +30,6 @@
hg qnew f
hg qdel -r e
-hg qdel -r d e
+hg qdel -r qbase:e
hg qapplied
hg log --template '{rev} {desc}\n'
--- a/tests/test-mq-qdelete.out Thu Oct 12 14:02:41 2006 -0700
+++ b/tests/test-mq-qdelete.out Thu Oct 12 14:19:34 2006 -0700
@@ -14,7 +14,7 @@
status
1 New patch: a
0 base
-abort: patch e not at base
+abort: cannot delete revision 3 above applied patches
f
4 New patch: f
3 New patch: e