diff tests/test-pull-permission @ 3854:4f6db0233606

Merge Benoit's .hg/store support
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 02:11:02 -0600
parents c0b449154a90
children 4c94b6d0fb1c
line wrap: on
line diff
--- a/tests/test-pull-permission	Sun Dec 10 01:05:00 2006 -0600
+++ b/tests/test-pull-permission	Sun Dec 10 02:11:02 2006 -0600
@@ -7,13 +7,13 @@
 hg add b
 hg ci -m "b" -d "1000000 0"
 
-chmod -w .hg
+chmod -w .hg/store
 
 cd ..
 
 hg clone a b
 
-chmod +w a/.hg # let test clean up
+chmod +w a/.hg/store # let test clean up
 
 cd b
 hg verify