~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/branching_a_project.txt

MergeĀ fromĀ smart-push-gpm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
The branch command
49
49
------------------
50
50
 
51
 
To get a copy of an existing branch, use the ``branch`` command.
 
51
To get a branch based on an existing branch, use the ``branch`` command.
52
52
The syntax is::
53
53
 
54
54
  bzr branch URL [directory]
55
55
 
56
56
If a directory is not given, one is created based on the last part of
57
 
the URL. Here are some examples showing a network share URL and an
 
57
the URL. Here are some examples showing a drive qualified path (M:/) and an
58
58
sftp URL respectively::
59
59
 
60
 
  bzr branch m:/cool-trunk
 
60
  bzr branch M:/cool-trunk
61
61
  bzr branch sftp://bill@mary-laptop/cool-repo/cool-trunk
62
62
 
63
63
This example shows explicitly giving the directory name to use for the