changeset 15495:e99facd2cd2a stable

help: it is 'file://localhost/', not 'file://local/' The documentation has apparently always been wrong.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 00:10:52 +0100
parents 6eff984d8e76
children 396e83d635a6
files mercurial/help/urls.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/urls.txt	Tue Nov 15 14:25:11 2011 -0600
+++ b/mercurial/help/urls.txt	Wed Nov 16 00:10:52 2011 +0100
@@ -1,7 +1,7 @@
 Valid URLs are of the form::
 
   local/filesystem/path[#revision]
-  file://local/filesystem/path[#revision]
+  file://localhost/filesystem/path[#revision]
   http://[user[:pass]@]host[:port]/[path][#revision]
   https://[user[:pass]@]host[:port]/[path][#revision]
   ssh://[user@]host[:port]/[path][#revision]