Mercurial > hg-stable
changeset 5237:5b1f5a143c8b
merge with crew-stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 24 Aug 2007 00:53:16 +0200 |
parents | 335696e2a58f (current diff) 551958d5082c (diff) |
children | 2b8373bda032 |
files | |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-permissions Fri Aug 24 00:39:59 2007 +0200 +++ b/tests/test-permissions Fri Aug 24 00:53:16 2007 +0200 @@ -1,6 +1,7 @@ #!/bin/sh -hg init +hg init t +cd t echo foo > a hg add a hg commit -m "1" -d "1000000 0" @@ -12,4 +13,5 @@ chmod -w .hg/store/data/a.i echo barber > a hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed - +chmod -w ../t +hg diff