Man page - lp-get-branches(1)
Packages contains this manual
- lp-remove-team-members(1)
- lp-capture-bug-counts(1)
- lp-get-branches(1)
- lp-set-dup(1)
- lp-project-upload(1)
- lp-list-bugs(1)
- lp-grab-attachments(1)
- lp-milestones(1)
- lp-bug-dupe-properties(1)
- lp-recipe-status(1)
- lp-force-branch-mirror(1)
- lp-attach(1)
- lp-check-membership(1)
- lp-shell(1)
- lp-milestone2ical(1)
- lp-project(1)
apt-get install lptools
Manual
get-branches
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHORS
SEE ALSO
NAME
get-branches - downloads all branches related to a Launchpad team or person
SYNOPSIS
get-branches
[
-d
directory
] [
-o
branch
|
checkout
]
-t
team
get-branches
team
get-branches --help
DESCRIPTION
get-branches uses the LP API to get a list of branches for a person or team and calls Bazaar to download all branches.
OPTIONS
Listed below are
the command line options for
get-branches
:
-h
,
--help
Display a help message and exit.
-d , --directory
Download branches to a directory other than the current directory.
-o , --operation
Specifies which Bazaar operation to use when downloading the branches; may be either branch or checkout .
-t , --team
Specifies which Launchpad team/person to download branches from. This option is required.
AUTHORS
get-branches was written by Daniel Holbach <daniel.holbach@ubuntu.com>, and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
Both are released under the terms of the GNU General Public License, version 3.
SEE ALSO
bzr(1)