##// END OF EJS Templates
help: add #revision syntax to the example valid URLs.
David Wolever -
r9023:cd92a696 default
parent child Browse files
Show More
@@ -449,17 +449,19 b' PYTHONPATH::'
449 449 _(r'''
450 450 Valid URLs are of the form:
451 451
452 local/filesystem/path (or file://local/filesystem/path)
453 http://[user[:pass]@]host[:port]/[path]
454 https://[user[:pass]@]host[:port]/[path]
455 ssh://[user[:pass]@]host[:port]/[path]
452 local/filesystem/path[#revision]
453 file://local/filesystem/path[#revision]
454 http://[user[:pass]@]host[:port]/[path][#revision]
455 https://[user[:pass]@]host[:port]/[path][#revision]
456 ssh://[user[:pass]@]host[:port]/[path][#revision]
456 457
457 458 Paths in the local filesystem can either point to Mercurial
458 459 repositories or to bundle files (as created by 'hg bundle' or
459 460 'hg incoming --bundle').
460 461
461 462 An optional identifier after # indicates a particular branch, tag,
462 or changeset to use from the remote repository.
463 or changeset to use from the remote repository. See also 'hg help
464 revisions'.
463 465
464 466 Some features, such as pushing to http:// and https:// URLs are
465 467 only possible if the feature is explicitly enabled on the remote
General Comments 0
You need to be logged in to leave comments. Login now