tests/test-mq
branchstable
changeset 10691 a778a367c20b
parent 10397 8cb81d75730c
child 10710 47fbbc4845ff
--- a/tests/test-mq	Sun Mar 14 19:21:24 2010 +0100
+++ b/tests/test-mq	Sun Mar 14 18:46:38 2010 +0100
@@ -80,6 +80,19 @@
 cat .hg/patches/series
 cd ..
 
+echo '% init --mq without repo'
+mkdir f
+cd f
+hg init --mq
+cd ..
+
+echo '% init --mq with nonexistent directory'
+hg init --mq nonexistentdir
+
+echo '% init --mq with bundle (non "local")'
+hg -R a bundle --all a.bundle >/dev/null
+hg init --mq a.bundle
+
 cd a
 
 hg qnew -m 'foo bar' test.patch