diff tests/test-mq-qdelete @ 3376:b9a7c07fca0e

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 04b2c1e27c26
line wrap: on
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'