help: Backed out changeset e99facd2cd2a, description of file urls stable
authorMads Kiilerich <mads@kiilerich.com>
Fri, 18 Nov 2011 01:32:28 +0100
branchstable
changeset 15533 10a4fab20ed9
parent 15532 5edaf47cd462
child 15534 80ec63090a7a
child 15536 415d69df8a02
help: Backed out changeset e99facd2cd2a, description of file urls This help entry didn't try to describe the 'localhost' notation. It described a non-standard host-less notation where 'local' just was the first part of a sample relative path. It describe "urls" with relative and absolute paths like: file://file.txt file:///tmp/file.txt file://c:/tmp/file.txt
mercurial/help/urls.txt
--- a/mercurial/help/urls.txt	Sun Nov 20 15:29:55 2011 -0600
+++ b/mercurial/help/urls.txt	Fri Nov 18 01:32:28 2011 +0100
@@ -1,7 +1,7 @@
 Valid URLs are of the form::
 
   local/filesystem/path[#revision]
-  file://localhost/filesystem/path[#revision]
+  file://local/filesystem/path[#revision]
   http://[user[:pass]@]host[:port]/[path][#revision]
   https://[user[:pass]@]host[:port]/[path][#revision]
   ssh://[user@]host[:port]/[path][#revision]