diff -r ec60311ce2a6 -r 2e781d52f76e dev/chroot-test/action/test2 --- a/dev/chroot-test/action/test2 Fri Dec 17 18:54:38 2010 +0000 +++ b/dev/chroot-test/action/test2 Fri Dec 17 20:45:16 2010 +0000 @@ -14,6 +14,7 @@ echo "Pulling real project" hg clone ssh://chroothg/real/project cd project +[ -e nested/content ] echo "and I'm adding something" >> content hg commit -u test2 -m "Added something to the file" echo "This push should succeed"