|
2361.
|
|
|
cd /tmp
bzr log /tmp/%2False
bzr log %2False
bzr log file:///tmp/%252False
bzr log file://localhost/tmp/%252False
bzr log file:%252False
|
|
|
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:27
|
|
2362.
|
|
|
These are valid but do not refer to the same file::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/url-special-chars.txt:34
|
|
2363.
|
|
|
bzr log file:///tmp/%2False (refers to a file called /tmp/\/alse)
bzr log %252False (refers to a file called /tmp/%252False)
|
|
|
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:36
|
|
2364.
|
|
|
Comma also has special meaning in URLs, because it denotes `segment parameters`_
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/url-special-chars.txt:39
|
|
2365.
|
|
|
_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/url-special-chars.txt:41
|
|
2366.
|
|
|
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
|
|
2367.
|
|
|
bzr log foo,branch=bla # path "foo" with the segment parameter "branch" set to "bla"
bzr log file:foo%2Cbranch=bla # path "foo,branch=bla"
bzr 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
|
|
2368.
|
|
|
URL Identifiers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:1
|
|
2369.
|
|
|
Supported URL prefixes::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
en/help_topics/urlspec.txt:3
|
|
2370.
|
|
|
aftp:// Access using active FTP.
bzr:// Fast access using the Bazaar smart server.
bzr+ssh:// Fast access using the Bazaar smart server over SSH.
file:// Access using the standard filesystem (default)
ftp:// Access using passive FTP.
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).
|
|
|
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
|