diff tests/test-static-http @ 2431:d90a9d7c7d4d

replace old-http:// syntax by static-http:// and deprecate the redundant hg://
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 14 Jun 2006 21:53:42 +0200
parents 2a676ad52c22
children d22d730c96ed
line wrap: on
line diff
--- a/tests/test-static-http
+++ b/tests/test-static-http
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-http_proxy= hg clone old-http://localhost:20059/ copy
+http_proxy= hg clone static-http://localhost:20059/ copy
 echo $?
 ls copy 2>/dev/null || echo copy: No such file or directory
 
@@ -31,7 +31,7 @@ hg tip
 
 cd ..
 
-http_proxy= hg clone old-http://localhost:20059/remote local
+http_proxy= hg clone static-http://localhost:20059/remote local
 
 cd local
 hg verify