diff tests/test-ssh @ 3853:c0b449154a90

switch to the .hg/store layout, fix the tests
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 01 Dec 2006 13:34:09 +0100
parents 975c2469c316
children 35b2e02367a5
line wrap: on
line diff
--- a/tests/test-ssh	Sun Dec 10 00:07:02 2006 +0100
+++ b/tests/test-ssh	Fri Dec 01 13:34:09 2006 +0100
@@ -28,7 +28,8 @@
 hg init remote
 cd remote
 echo this > foo
-hg ci -A -m "init" -d "1000000 0" foo
+echo this > fooO
+hg ci -A -m "init" -d "1000000 0" foo fooO
 echo '[server]' > .hg/hgrc
 echo 'uncompressed = True' >> .hg/hgrc
 echo '[hooks]' >> .hg/hgrc