# HG changeset patch # User Mads Kiilerich # Date 2011-11-15 23:10:52 # Node ID e99facd2cd2a2045e692adc4fcff900c69d00626 # Parent 6eff984d8e76811f1ce129a424236abf0afaa191 help: it is 'file://localhost/', not 'file://local/' The documentation has apparently always been wrong. diff --git a/mercurial/help/urls.txt b/mercurial/help/urls.txt --- a/mercurial/help/urls.txt +++ b/mercurial/help/urls.txt @@ -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]