Part of bzrlib.plugins.launchpad.lp_api View In Hierarchy
| Method | __init__ | Constructor. |
| Method | bzr | Return the bzr branch for this branch. |
| Method | push_bzr | Return the push branch for this branch. |
| Static Method | plausible_launchpad_url | Is 'url' something that could conceivably be pushed to LP? |
| Static Method | candidate_urls | Iterate through related URLs that might be Launchpad URLs. |
| Static Method | tweak_url | Adjust a URL to work with staging, if needed. |
| Class Method | from_bzr | Find a Launchpad branch from a bzr branch. |
| Class Method | create_now | Create a Bazaar branch on Launchpad for the supplied branch. |
| Method | get_target | Return the 'LaunchpadBranch' for the target of this one. |
| Method | update_lp | Update the Launchpad copy of this branch. |
| Method | find_lca_tree | Find the revision tree for the LCA of this branch and other. |
| Parameters | lp_branch | The Launchpad branch. |
| bzr_url | The URL of the Bazaar branch. | |
| bzr_branch | An instance of the Bazaar branch. |
| Parameters | url | A URL that may refer to a Launchpad branch. |
| Returns | A boolean. | |
| Parameters | bzr_branch | A Bazaar branch to find URLs from. |
| Returns | a generator of URL strings. | |