tests/test-ssh
changeset 2622 064aef9162cc
parent 2621 5a5852a417b1
child 2673 109a22f5434a
--- a/tests/test-ssh
+++ b/tests/test-ssh
@@ -28,7 +28,7 @@ cd remote
 echo this > foo
 hg ci -A -m "init" -d "1000000 0" foo
 echo '[server]' > .hg/hgrc
-echo 'stream = True' >> .hg/hgrc
+echo 'uncompressed = True' >> .hg/hgrc
 
 cd ..