Rev 3462: branch command tweaks in the User Guide (James Westby) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri May 30 09:03:15 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3462
revision-id:pqm at pqm.ubuntu.com-20080530080302-j1jh2bwxmpd0jn2q
parent: pqm at pqm.ubuntu.com-20080530010236-e3x7ckdc25s57pgc
parent: ian.clatworthy at canonical.com-20080530073812-484yybd261n68swp
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2008-05-30 09:03:02 +0100
message:
  branch command tweaks in the User Guide (James Westby)
modified:
  doc/en/user-guide/branching_a_project.txt branching_a_project.-20071122141511-0knao2lklsdsvb1q-2
    ------------------------------------------------------------
    revno: 3461.1.1
    revision-id:ian.clatworthy at canonical.com-20080530073812-484yybd261n68swp
    parent: pqm at pqm.ubuntu.com-20080530010236-e3x7ckdc25s57pgc
    parent: jw+debian at jameswestby.net-20080529184207-uc3pio5g6g9rh6ls
    committer: Ian Clatworthy <ian.clatworthy at canonical.com>
    branch nick: ianc-integration
    timestamp: Fri 2008-05-30 17:38:12 +1000
    message:
      branch command tweaks in the User Guide (James Westby)
    modified:
      doc/en/user-guide/branching_a_project.txt branching_a_project.-20071122141511-0knao2lklsdsvb1q-2
    ------------------------------------------------------------
    revno: 3427.6.2
    revision-id:jw+debian at jameswestby.net-20080529184207-uc3pio5g6g9rh6ls
    parent: jw+debian at jameswestby.net-20080515192315-o80ags1fv0nh2w61
    committer: James Westby <jw+debian at jameswestby.net>
    branch nick: bzr.dev.doc
    timestamp: Thu 2008-05-29 19:42:07 +0100
    message:
      Refer to a "drive qualified path" as suggested by Aaron.
    modified:
      doc/en/user-guide/branching_a_project.txt branching_a_project.-20071122141511-0knao2lklsdsvb1q-2
    ------------------------------------------------------------
    revno: 3427.6.1
    revision-id:jw+debian at jameswestby.net-20080515192315-o80ags1fv0nh2w61
    parent: pqm at pqm.ubuntu.com-20080512115743-6uz3lnmrrbhmoiqe
    committer: James Westby <jw+debian at jameswestby.net>
    branch nick: bzr.dev
    timestamp: Thu 2008-05-15 20:23:15 +0100
    message:
      Small tweaks to the "branch" command documentation in the user guide.
    modified:
      doc/en/user-guide/branching_a_project.txt branching_a_project.-20071122141511-0knao2lklsdsvb1q-2
=== modified file 'doc/en/user-guide/branching_a_project.txt'
--- a/doc/en/user-guide/branching_a_project.txt	2008-02-24 02:55:24 +0000
+++ b/doc/en/user-guide/branching_a_project.txt	2008-05-29 18:42:07 +0000
@@ -48,16 +48,16 @@
 The branch command
 ------------------
 
-To get a copy of an existing branch, use the ``branch`` command.
+To get a branch based on an existing branch, use the ``branch`` command.
 The syntax is::
 
   bzr branch URL [directory]
 
 If a directory is not given, one is created based on the last part of
-the URL. Here are some examples showing a network share URL and an
+the URL. Here are some examples showing a drive qualified path (M:/) and an
 sftp URL respectively::
 
-  bzr branch m:/cool-trunk
+  bzr branch M:/cool-trunk
   bzr branch sftp://bill@mary-laptop/cool-repo/cool-trunk
 
 This example shows explicitly giving the directory name to use for the




More information about the bazaar-commits mailing list