tests/test-lock-badness
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 18 Oct 2008 20:47:47 +0200
changeset 7138 0df098871e3d
parent 3853 c0b449154a90
permissions -rwxr-xr-x
test-permission: put sane permissions at the end of the test If we don't do that, we won't delete all directories at the end of the test

#!/bin/sh

hg init a
echo a > a/a
hg --cwd a ci -A -m a
hg clone a b
echo b > b/b
hg --cwd b ci -A -m b
chmod 100 a/.hg/store
hg --cwd b push ../a
chmod 700 a/.hg/store