Mercurial > hg-stable
view tests/test-pull-permission @ 12192:968e9057ab8a
tests: unify test-filebranch
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 03 Sep 2010 11:47:24 +0200 |
parents | 4c94b6d0fb1c |
children |
line wrap: on
line source
#!/bin/sh mkdir a cd a hg init echo foo > b hg add b hg ci -m "b" chmod -w .hg/store cd .. hg clone a b chmod +w a/.hg/store # let test clean up cd b hg verify