Rev 4853: Doc update from Patrick Regan in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-doc-updates

John Arbash Meinel john at arbash-meinel.com
Wed Dec 2 23:03:53 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-doc-updates

------------------------------------------------------------
revno: 4853 [merge]
revision-id: john at arbash-meinel.com-20091202230341-dfjczebvmaqq6dom
parent: pqm at pqm.ubuntu.com-20091202092607-yc4f215s6ucjfb00
parent: patrick.rubbs.regan at gmail.com-20091124143442-n7ou2xs0by3djhtu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-doc-updates
timestamp: Wed 2009-12-02 17:03:41 -0600
message:
  Doc update from Patrick Regan
modified:
  doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
-------------- next part --------------
=== modified file 'doc/en/mini-tutorial/index.txt'
--- a/doc/en/mini-tutorial/index.txt	2009-09-02 16:03:51 +0000
+++ b/doc/en/mini-tutorial/index.txt	2009-11-24 14:34:42 +0000
@@ -180,17 +180,19 @@
 .. _account signup guide: https://help.launchpad.net/CreatingYourLaunchpadAccount
 .. _register an SSH key: https://launchpad.net/people/+me/+editsshkeys
 
-Replacing ``john.doe`` with your own Launchpad username, type::
-
- $ bzr push bzr+ssh://john.doe@bazaar.launchpad.net/~john.doe/+junk/myproject
+Replacing ``john.doe`` with your own Launchpad username, type [#]_::
+
+.. [#] Use of the ``lp:`` URL scheme requires bzr 0.92 or later.
+
+ $ bzr push lp:~john.doe/+junk/myproject
 
 **Note:** ``+junk`` means that this branch isn't associated with any particular
 project in Launchpad.
 
 Now, anyone can create their own copy of your branch by typing::
 
- $ bzr branch http://bazaar.launchpad.net/~john.doe/+junk/myproject
- 
+ $ bzr branch lp:~john.doe/+junk/myproject
+
 You can also see information about your branch, including its revision
 history, at https://code.launchpad.net/people/+me/+junk/myproject
 
@@ -201,7 +203,7 @@
 To work with someone else's code, you can make your own copy of their 
 branch. Let's take a real-world example, Bazaar's GTK interface::
 
-  $ bzr branch http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk bzr-gtk.john
+  $ bzr branch lp:~bzr/bzr-gtk/trunk bzr-gtk.john
   Branched 292 revision(s).                                                        
 
 Bazaar will download all the files and complete revision history from the



More information about the bazaar-commits mailing list