Rev 3047: Expand the documentation on lp:// URLs and mention the launchpad-login command. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Nov 29 01:09:18 GMT 2007


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

------------------------------------------------------------
revno: 3047
revision-id:pqm at pqm.ubuntu.com-20071129010913-07e4l7k5x9gfnmoh
parent: pqm at pqm.ubuntu.com-20071129002251-zx5sh1lk79tfebhf
parent: jml at canonical.com-20071127005043-venk1sjj7xwmnbbg
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-11-29 01:09:13 +0000
message:
  Expand the documentation on lp:// URLs and mention the launchpad-login command.
modified:
  bzrlib/plugins/launchpad/__init__.py __init__.py-20060315182712-2d5feebd2a1032dc
    ------------------------------------------------------------
    revno: 3031.1.1
    revision-id:jml at canonical.com-20071127005043-venk1sjj7xwmnbbg
    parent: pqm at pqm.ubuntu.com-20071126224137-gnhd7r5hx7f0064k
    committer: jml at canonical.com
    branch nick: lp-doc
    timestamp: Tue 2007-11-27 11:50:43 +1100
    message:
      Expand the documentation on lp:// URLs and mention the launchpad-login command.
    modified:
      bzrlib/plugins/launchpad/__init__.py __init__.py-20060315182712-2d5feebd2a1032dc
=== modified file 'bzrlib/plugins/launchpad/__init__.py'
--- a/bzrlib/plugins/launchpad/__init__.py	2007-11-12 21:23:07 +0000
+++ b/bzrlib/plugins/launchpad/__init__.py	2007-11-27 00:50:43 +0000
@@ -182,18 +182,22 @@
 Launchpad.net provides free Bazaar branch hosting with integrated bug and
 specification tracking.
 
-The bzr client (through the plugin called 'launchpad') has two special
+The bzr client (through the plugin called 'launchpad') has special
 features to communicate with Launchpad:
 
-    * The register-branch command tells launchpad about the url of a 
+    * The launchpad-login command tells Bazaar your Launchpad user name. This
+      is then used by the 'lp:' transport to download your branches using
+      bzr+ssh://.
+
+    * The register-branch command tells Launchpad about the url of a
       public branch.  Launchpad will then mirror the branch, display
-      its contents and allow it to be attached to bugs and other 
+      its contents and allow it to be attached to bugs and other
       objects.
 
-    * The 'lp:' transport uses Launchpad as a directory service: 
-      for example 'lp:bzr' and 'lp:python' refer to the main branches of the
-      relevant projects and may be branched, logged, etc.  (Only read access
-      is supported at present.)
+    * The 'lp:' transport uses Launchpad as a directory service: for example
+      'lp:bzr' and 'lp:python' refer to the main branches of the relevant
+      projects and may be branched, logged, etc. You can also use the 'lp:'
+      transport to refer to specific branches, e.g. lp:///~bzr/bzr/trunk.
 
 For more information see http://help.launchpad.net/
 """




More information about the bazaar-commits mailing list