dev/chroot-test/action/test2
changeset 275 2e781d52f76e
parent 272 f7c64f03cd60
equal deleted inserted replaced
274:ec60311ce2a6 275:2e781d52f76e
    12 __END__
    12 __END__
    13 
    13 
    14 echo "Pulling real project"
    14 echo "Pulling real project"
    15 hg clone ssh://chroothg/real/project
    15 hg clone ssh://chroothg/real/project
    16 cd project
    16 cd project
       
    17 [ -e nested/content ]
    17 echo "and I'm adding something" >> content
    18 echo "and I'm adding something" >> content
    18 hg commit -u test2 -m "Added something to the file"
    19 hg commit -u test2 -m "Added something to the file"
    19 echo "This push should succeed"
    20 echo "This push should succeed"
    20 hg push
    21 hg push
    21 echo "And it did"
    22 echo "And it did"