dev/chroot-test/action/test1
branchdebian
changeset 313 f597eb3b5aaf
parent 309 091630a3938e
--- a/dev/chroot-test/action/test1	Sun Dec 19 09:49:18 2010 +0000
+++ b/dev/chroot-test/action/test1	Tue Sep 06 11:16:58 2011 +0100
@@ -43,4 +43,9 @@
 echo "Pushing changes"
 hg clone . ssh://chroothg/real/project
 hg clone nested ssh://chroothg/real/project/nested
+cd ..
+echo "Creating an mq repository"
+hg init qrepo
+(cd qrepo ; hg --config extensions.mq= qinit -c)
+hg --config extensions.mq= qclone qrepo ssh://chroothg/qrepo
 echo "Done for user test1"