Rev 4272: (james_w) Add --fixes lp: to the launchpad plugin help. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Apr 8 14:29:12 BST 2009


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

------------------------------------------------------------
revno: 4272
revision-id: pqm at pqm.ubuntu.com-20090408132905-lbf9hl67lmbttykx
parent: pqm at pqm.ubuntu.com-20090408123940-kaho6cwr21163fjn
parent: james.westby at canonical.com-20090407200103-y9j0f220fvte9vuq
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2009-04-08 14:29:05 +0100
message:
  (james_w) Add --fixes lp: to the launchpad plugin help.
modified:
  bzrlib/plugins/launchpad/__init__.py __init__.py-20060315182712-2d5feebd2a1032dc
    ------------------------------------------------------------
    revno: 4258.1.1
    revision-id: james.westby at canonical.com-20090407200103-y9j0f220fvte9vuq
    parent: pqm at pqm.ubuntu.com-20090406190443-d2e9bmch7wb8p7u1
    committer: James Westby <james.westby at canonical.com>
    branch nick: bzr.dev
    timestamp: Tue 2009-04-07 21:01:03 +0100
    message:
      Add "--fixes lp:" to the launchpad plugin documentation.
      
      Also re-arrange the ordering so that the most used features are earlier
      in the list.
      
      Thanks to Marius Gedminas for the suggestion.
    modified:
      bzrlib/plugins/launchpad/__init__.py __init__.py-20060315182712-2d5feebd2a1032dc
=== modified file 'bzrlib/plugins/launchpad/__init__.py'
--- a/bzrlib/plugins/launchpad/__init__.py	2009-03-30 22:29:16 +0000
+++ b/bzrlib/plugins/launchpad/__init__.py	2009-04-07 20:01:03 +0000
@@ -276,16 +276,22 @@
       is then used by the 'lp:' transport to download your branches using
       bzr+ssh://.
 
+    * 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.
+
+    * The 'lp:' bug tracker alias can expand launchpad bug numbers to their
+      URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes lp:12345'
+      will record a revision property that marks that revision as fixing
+      bug Launchpad bug 12345. When you push that branch to Launchpad it
+      will automatically be linked to the bug report.
+
     * 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
       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. 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/
 """
 topic_registry.register('launchpad',




More information about the bazaar-commits mailing list