~debian-lptools/debian/sid/lptools/sid

« back to all changes in this revision

Viewing changes to doc/lp-get-branches.1

  • Committer: Jelmer Vernooij
  • Date: 2023-09-28 12:07:22 UTC
  • mfrom: (2.18.8)
  • Revision ID: jelmer@jelmer.uk-20230928120722-704pws90v7e943dk
* New upstream snapshot.
 + Drop patches for conversion to python 3 and breezy; now merged upstream.
+ debian/upstream/metadata: Drop unknown Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH get\-branches "1" "11 August 2008" "ubuntu-dev-tools"
 
2
.SH NAME
 
3
get\-branches - downloads all branches related to a Launchpad team or person
 
4
 
 
5
.SH SYNOPSIS
 
6
.B get\-branches
 
7
.RB [ \-d
 
8
.IR directory ]
 
9
.RB [ \-o
 
10
.BR branch | checkout ]
 
11
.B \-t
 
12
.I team
 
13
.br
 
14
.B get\-branches
 
15
.I team
 
16
.br
 
17
.B get\-branches \-\-help
 
18
 
 
19
.SH DESCRIPTION
 
20
\fBget\-branches\fR uses the LP API to get a list of branches for a person or
 
21
team and calls Bazaar to download all branches.
 
22
 
 
23
.SH OPTIONS
 
24
Listed below are the command line options for \fBget\-branches\fR:
 
25
.TP
 
26
.BR \-h ", " \-\-help
 
27
Display a help message and exit.
 
28
.TP
 
29
.BR \-d ", " \-\-directory
 
30
Download branches to a directory other than the current directory.
 
31
.TP
 
32
.BR \-o ", " \-\-operation
 
33
Specifies which Bazaar operation to use when downloading the branches; may be
 
34
either \fIbranch\fR or \fIcheckout\fR.
 
35
.TP
 
36
.BR \-t ", "  \-\-team
 
37
Specifies which Launchpad team/person to download branches from.
 
38
This option is required.
 
39
 
 
40
.SH AUTHORS
 
41
\fBget\-branches\fR was written by Daniel Holbach <daniel.holbach@ubuntu.com>,
 
42
and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
 
43
.PP
 
44
Both are released under the terms of the GNU General Public License, version 3.
 
45
 
 
46
.SH SEE ALSO
 
47
.B bzr(1)