##// END OF EJS Templates
commands: mark "ssh://" as inline literals in help texts
Martin Geisler -
r9970:36760956 stable
parent child Browse files
Show More
@@ -592,9 +592,9 b' def clone(ui, source, dest=None, **opts)'
592 592
593 593 See 'hg help urls' for valid source format details.
594 594
595 It is possible to specify an ssh:// URL as the destination, but no
595 It is possible to specify an ``ssh://`` URL as the destination, but no
596 596 .hg/hgrc and working directory will be created on the remote side.
597 Please see 'hg help urls' for important details about ssh:// URLs.
597 Please see 'hg help urls' for important details about ``ssh://`` URLs.
598 598
599 599 If the -U/--noupdate option is specified, the new clone will contain
600 600 only a repository (.hg) and no working copy (the working copy parent
@@ -1939,7 +1939,7 b' def init(ui, dest=".", **opts):'
1939 1939
1940 1940 If no directory is given, the current directory is used.
1941 1941
1942 It is possible to specify an ssh:// URL as the destination.
1942 It is possible to specify an ``ssh://`` URL as the destination.
1943 1943 See 'hg help urls' for more information.
1944 1944 """
1945 1945 hg.repository(cmdutil.remoteui(ui, opts), dest, create=1)
@@ -2337,7 +2337,7 b' def push(ui, repo, dest=None, **opts):'
2337 2337 If -r/--rev is used, the named revision and all its ancestors will
2338 2338 be pushed to the remote repository.
2339 2339
2340 Please see 'hg help urls' for important details about ssh://
2340 Please see 'hg help urls' for important details about ``ssh://``
2341 2341 URLs. If DESTINATION is omitted, a default path will be used.
2342 2342 """
2343 2343 dest, revs, checkout = hg.parseurl(
General Comments 0
You need to be logged in to leave comments. Login now