Update test-mq-qdelete to use qdel -r
authorBrendan Cully <brendan@kublai.com>
Thu, 12 Oct 2006 14:19:34 -0700
changeset 3376 b9a7c07fca0e
parent 3375 58202386deb7
child 3377 9fe62e2db71d
Update test-mq-qdelete to use qdel -r
tests/test-mq-qdelete
tests/test-mq-qdelete.out
--- 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