Part of bzrlib.plugins.launchpad
Launchpad.net integration plugin for Bazaar.
This plugin provides facilities for working with Bazaar branches that are hosted on Launchpad (http://launchpad.net). It provides a directory service for referring to Launchpad branches using the "lp:" prefix. For example, lp:bzr refers to the Bazaar's main development branch and lp:~username/project/branch-name can be used to refer to a specific branch.
This plugin provides a bug tracker so that "bzr commit --fixes lp:1234" will record that revision as fixing Launchpad's bug 1234.
The plugin also provides the following commands:
launchpad-login: Show or set the Launchpad user ID launchpad-open: Open a Launchpad branch page in your web browser lp-propose-merge: Propose merging a branch on Launchpad register-branch: Register a branch with launchpad.net launchpad-mirror: Ask Launchpad to mirror a branch now
Class | cmd_register_branch | Undocumented |
Class | cmd_launchpad_open | No class docstring; 1/3 methods documented |
Class | cmd_launchpad_login | Undocumented |
Class | cmd_launchpad_mirror | Undocumented |
Class | cmd_lp_propose_merge | Undocumented |
Class | cmd_lp_find_proposal | Undocumented |
Function | load_tests | Undocumented |
Function | _register_directory | Undocumented |
Function | _get_package_branch_info | Determine the packaging information for this URL. |
Function | _check_is_up_to_date | Undocumented |
Function | _register_hooks | Undocumented |