~jelmer/brz/cython-version

« back to all changes in this revision

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

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-20 23:50:57 UTC
  • mfrom: (7195.5.2 lint_W1_W2_W3)
  • Revision ID: breezy.the.bot@gmail.com-20181120235057-rcl0xb6zs0gspupb
Fix remaining whitespace lint in codebase

Merged from https://code.launchpad.net/~gz/brz/lint_W1_W2_W3/+merge/358968

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Launchpad.net integration plugin for Bazaar.
18
18
 
19
19
This plugin provides facilities for working with Bazaar branches that are
20
 
hosted on Launchpad (http://launchpad.net).  It provides a directory service 
 
20
hosted on Launchpad (http://launchpad.net).  It provides a directory service
21
21
for referring to Launchpad branches using the "lp:" prefix.  For example,
22
22
lp:bzr refers to the Bazaar's main development branch and
23
23
lp:~username/project/branch-name can be used to refer to a specific branch.