-=[ Mr. Bumblebee ]=-
_Indonesia_
σ
k
Pc @@ s d Z d d l m Z d d l m Z m Z m Z d d l m Z d d l
m Z m Z m
Z
m Z d d l m Z d d l m Z m Z d e f d YZ d
e f d YZ d e f d
YZ d e f d YZ d e f d YZ d e f d YZ d S( s Launchpad plugin commands.i ( t absolute_import( t brancht
controldirt trace( t Command( t BzrCommandErrort
InvalidURLt NoPublicBrancht NotBranchError( t gettext( t Optiont
ListOptiont cmd_register_branchc
B@ sΌ e Z d Z d g Z e d d e e d d e d e e d d e e d d
e e d d e e d
d e e d d e e d d g Z d d d d d d d d e
d Z RS( sΒ Register a branch with launchpad.net.
This command lists a bzr branch in the directory of branches on
launchpad.net. Registration allows the branch to be associated with
bugs or specifications.
Before using this command you must register the project to which the
branch belongs, and create an account for yourself on launchpad.net.
arguments:
public_url: The publicly visible url for the branch to register.
This must be an http or https url (which Launchpad can read
from to access the branch). Local file urls, SFTP urls, and
bzr+ssh urls will not work.
If no public_url is provided, bzr will use the configured
public_url if there is one for the current branch, and
otherwise error.
example:
bzr register-branch http://foo.com/bzr/fooproject.mine \
--project fooproject
s public_url?t projects: Launchpad project short name to associate with the branch.t products: Launchpad product short name to associate with the branch.t hiddens branch-namesO Short name for the branch; by default taken from the last component of the url.s branch-titles' One-sentence description of the branch.s branch-descriptions<