diff README @ 176:1d8e9637a0a4

Change hg: protocol name to http: and http: to old-http: hg: will continue to work for a bit old-http: will be phased out soon
author mpm@selenic.com
date Fri, 27 May 2005 12:26:14 -0800
parents 5c331d941c7f
children b3bf5a0edd69 b3bf5a0edd69
line wrap: on
line diff
--- a/README	Thu May 26 23:39:42 2005 -0800
+++ b/README	Fri May 27 12:26:14 2005 -0800
@@ -79,7 +79,7 @@
  foo$ hg serve -n "My repo" -p 80
  
  # merge changes from a remote machine
- bar$ hg merge hg://foo/
+ bar$ hg merge http://foo/
  bar$ hg co        # checkout the result
 
  # Set up a CGI server on your webserver