File: lp-get-branches.1

package info (click to toggle)
lptools 0.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,550; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.TH get\-branches "1" "11 August 2008" "ubuntu-dev-tools"
.SH NAME
get\-branches - downloads all branches related to a Launchpad team or person

.SH SYNOPSIS
.B get\-branches
.RB [ \-d
.IR directory ]
.RB [ \-o
.BR branch | checkout ]
.B \-t
.I team
.br
.B get\-branches
.I team
.br
.B get\-branches \-\-help

.SH DESCRIPTION
\fBget\-branches\fR uses the LP API to get a list of branches for a person or
team and calls Bazaar to download all branches.

.SH OPTIONS
Listed below are the command line options for \fBget\-branches\fR:
.TP
.BR \-h ", " \-\-help
Display a help message and exit.
.TP
.BR \-d ", " \-\-directory
Download branches to a directory other than the current directory.
.TP
.BR \-o ", " \-\-operation
Specifies which Bazaar operation to use when downloading the branches; may be
either \fIbranch\fR or \fIcheckout\fR.
.TP
.BR \-t ", "  \-\-team
Specifies which Launchpad team/person to download branches from.
This option is required.

.SH AUTHORS
\fBget\-branches\fR was written by Daniel Holbach <daniel.holbach@ubuntu.com>,
and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
.PP
Both are released under the terms of the GNU General Public License, version 3.

.SH SEE ALSO
.B bzr(1)