diff -r f88549f44c8e -r 020082c44cdf dev/chroot-test/action/test1 --- a/dev/chroot-test/action/test1 Mon Apr 18 12:03:14 2011 +0100 +++ b/dev/chroot-test/action/test1 Mon Apr 18 12:49:02 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 +hg --config extensions.mq= init --mq qrepo +hg --config extensions.mq= qclone qrepo ssh://chroothg/qrepo echo "Done for user test1"