~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-08 13:29:05 UTC
  • mfrom: (4258.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090408132905-lbf9hl67lmbttykx
(james_w) Add --fixes lp: to the launchpad plugin help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
      is then used by the 'lp:' transport to download your branches using
277
277
      bzr+ssh://.
278
278
 
 
279
    * The 'lp:' transport uses Launchpad as a directory service: for example
 
280
      'lp:bzr' and 'lp:python' refer to the main branches of the relevant
 
281
      projects and may be branched, logged, etc. You can also use the 'lp:'
 
282
      transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk.
 
283
 
 
284
    * The 'lp:' bug tracker alias can expand launchpad bug numbers to their
 
285
      URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes lp:12345'
 
286
      will record a revision property that marks that revision as fixing
 
287
      bug Launchpad bug 12345. When you push that branch to Launchpad it
 
288
      will automatically be linked to the bug report.
 
289
 
279
290
    * The register-branch command tells Launchpad about the url of a
280
291
      public branch.  Launchpad will then mirror the branch, display
281
292
      its contents and allow it to be attached to bugs and other
282
293
      objects.
283
294
 
284
 
    * The 'lp:' transport uses Launchpad as a directory service: for example
285
 
      'lp:bzr' and 'lp:python' refer to the main branches of the relevant
286
 
      projects and may be branched, logged, etc. You can also use the 'lp:'
287
 
      transport to refer to specific branches, e.g. lp:///~bzr/bzr/trunk.
288
 
 
289
295
For more information see http://help.launchpad.net/
290
296
"""
291
297
topic_registry.register('launchpad',