182
182
Launchpad.net provides free Bazaar branch hosting with integrated bug and
183
183
specification tracking.
185
The bzr client (through the plugin called 'launchpad') has two special
185
The bzr client (through the plugin called 'launchpad') has special
186
186
features to communicate with Launchpad:
188
* The register-branch command tells launchpad about the url of a
188
* The launchpad-login command tells Bazaar your Launchpad user name. This
189
is then used by the 'lp:' transport to download your branches using
192
* The register-branch command tells Launchpad about the url of a
189
193
public branch. Launchpad will then mirror the branch, display
190
its contents and allow it to be attached to bugs and other
194
its contents and allow it to be attached to bugs and other
193
* The 'lp:' transport uses Launchpad as a directory service:
194
for example 'lp:bzr' and 'lp:python' refer to the main branches of the
195
relevant projects and may be branched, logged, etc. (Only read access
196
is supported at present.)
197
* The 'lp:' transport uses Launchpad as a directory service: for example
198
'lp:bzr' and 'lp:python' refer to the main branches of the relevant
199
projects and may be branched, logged, etc. You can also use the 'lp:'
200
transport to refer to specific branches, e.g. lp:///~bzr/bzr/trunk.
198
202
For more information see http://help.launchpad.net/