|
|
2536.
|
|
|
Comma is also special in any file system paths that are specified. To use a literal 
comma in a file system path, specify a URL and URL encode the comma::
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/url-special-chars.txt:43
|
|
|
2537.
|
|
|
brz log foo,branch=bla # path "foo" with the segment parameter "branch" set to "bla"
brz log file:foo%2Cbranch=bla # path "foo,branch=bla"
brz log file:foo,branch=bla # path "foo" with segment parameter "branch" set to "bla"
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/url-special-chars.txt:46
|
|
|
2538.
|
|
|
URL Identifiers
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:1
|
|
|
2539.
|
|
|
Supported URL prefixes::
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:3
|
|
|
2540.
|
|
|
bzr:// Fast access using the Bazaar smart server.
bzr+ssh:// Fast access using the Bazaar smart server over SSH.
cvs+pserver:// The pserver access protocol for CVS.
file:// Access using the standard filesystem (default)
git:// Access using the Git smart server protocol.
git+ssh:// Access using the Git smart server protocol over SSH.
http:// Read-only access of branches exported on the web.
https:// Read-only access of branches exported on the web using SSL.
sftp:// Access using SFTP (most SSH servers provide SFTP).
svn:// Access using the Subversion smart server.
svn+ssh:// Access using the Subversion smart server tunneled over SSH.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:5
|
|
|
2541.
|
|
|
Supported modifiers::
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:17
|
|
|
2542.
|
|
|
gio+ Access using any GIO supported protocols.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:19
|
|
|
2543.
|
|
|
Breezy supports all of the standard parts within the URL::
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:21
|
|
|
2544.
|
|
|
<protocol>://[user[:password]@]host[:port]/[path]
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:23
|
|
|
2545.
|
|
|
allowing URLs such as::
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:25
|