mercurial/help/urls.txt
branchstable
changeset 15533 10a4fab20ed9
parent 15495 e99facd2cd2a
child 19197 01d68fb07915
equal deleted inserted replaced
15532:5edaf47cd462 15533:10a4fab20ed9
     1 Valid URLs are of the form::
     1 Valid URLs are of the form::
     2 
     2 
     3   local/filesystem/path[#revision]
     3   local/filesystem/path[#revision]
     4   file://localhost/filesystem/path[#revision]
     4   file://local/filesystem/path[#revision]
     5   http://[user[:pass]@]host[:port]/[path][#revision]
     5   http://[user[:pass]@]host[:port]/[path][#revision]
     6   https://[user[:pass]@]host[:port]/[path][#revision]
     6   https://[user[:pass]@]host[:port]/[path][#revision]
     7   ssh://[user@]host[:port]/[path][#revision]
     7   ssh://[user@]host[:port]/[path][#revision]
     8 
     8 
     9 Paths in the local filesystem can either point to Mercurial
     9 Paths in the local filesystem can either point to Mercurial