tests/test-archive
changeset 2500 76ff5efe8181
parent 2476 0f7e4a39d9af
child 2571 83cfd95eafb5
--- a/tests/test-archive	Mon Jun 26 14:52:26 2006 +0200
+++ b/tests/test-archive	Mon Jun 26 14:56:14 2006 +0200
@@ -15,9 +15,7 @@
 hg commit -m 3
 echo "[web]" >> .hg/hgrc
 echo "name = test-archive" >> .hg/hgrc
-echo "allowzip = true" >> .hg/hgrc
-echo "allowgz = true" >> .hg/hgrc
-echo "allowbz2 = true" >> .hg/hgrc
+echo "allow_archive = gz bz2, zip" >> .hg/hgrc
 hg serve -p 20059 -d --pid-file=hg.pid
 
 TIP=`hg id -v | cut -f1 -d' '`