~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/url-special-chars.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-23 12:09:44 UTC
  • mfrom: (6037.1.3 file-relative)
  • Revision ID: pqm@pqm.ubuntu.com-20110723120944-iot2mt9eu8qmbibo
(jelmer) Add support for file relative URLs with a scheme. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
  bzr log foo,branch=bla # path "foo" with the segment parameter "branch" set to "bla"
47
47
  bzr log file:foo%2Cbranch=bla # path "foo,branch=bla"
 
48
  bzr log file:foo,branch=bla # path "foo" with segment parameter "branch" set to "bla"