diff tests/test-ssh @ 2622:064aef9162cc

rename stream hgrc option to compressed.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 16 Jul 2006 10:04:16 -0700
parents 5a5852a417b1
children 109a22f5434a
line wrap: on
line diff
--- a/tests/test-ssh	Sat Jul 15 16:06:35 2006 -0700
+++ b/tests/test-ssh	Sun Jul 16 10:04:16 2006 -0700
@@ -28,7 +28,7 @@
 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 ..