Mercurial > hg
view tests/test-lock-badness @ 2599:e4b5e48052c6
Added tests for local and remote init.
This tests the changes done in edb66cb05ded and b898afee9d0d.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 12 Jul 2006 09:01:10 +0200 |
parents | ff5c9a92f556 |
children | c0b449154a90 |
line wrap: on
line source
#!/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 hg --cwd b push ../a chmod 700 a/.hg