doc/get-branches.1: Mention that get-branches now uses the LP API instead of

screen scraping.
This commit is contained in:
Michael Bienia 2010-04-16 12:53:07 +02:00
parent a2a92f02d3
commit 9c5632cb62

View File

@ -1,32 +1,39 @@
.TH GET\-BRANCHES "1" "11 August 2008" "ubuntu-dev-tools" .TH get\-branches "1" "11 August 2008" "ubuntu-dev-tools"
.SH NAME .SH NAME
get\-branches \- downloads all branches related to a Launchpad team or person get\-branches - downloads all branches related to a Launchpad team or person
.SH SYNOPSIS .SH SYNOPSIS
.B get\-branches [\-d directory] [\-o branch|checkout] \-t <team> .B get\-branches
.RB [ \-d
.IR directory ]
.RB [ \-o
.BR branch | checkout ]
.B \-t
.I team
.br .br
.B get\-branches <team> .B get\-branches
.I team
.br .br
.B get\-branches \-\-help .B get\-branches \-\-help
.SH DESCRIPTION .SH DESCRIPTION
\fBget\-branches\fR examines the code page of a Launchpad team/person, \fBget\-branches\fR uses the LP API to get a list of branches for a person or
parses it, and calls Bazaar to download all branches on that page. team and calls Bazaar to download all branches.
.SH OPTIONS .SH OPTIONS
Listed below are the command line options for \fBget\-branches\fR: Listed below are the command line options for \fBget\-branches\fR:
.TP .TP
.B \-h or \-\-help .BR \-h ", " \-\-help
Display a help message and exit. Display a help message and exit.
.TP .TP
.B \-d or \-\-directory .BR \-d ", " \-\-directory
Download branches to a directory other than the current directory. Download branches to a directory other than the current directory.
.TP .TP
.B \-o or \-\-operation .BR \-o ", " \-\-operation
Specifies which Bazaar operation to use when downloading the branches; may be Specifies which Bazaar operation to use when downloading the branches; may be
either \fIbranch\fR or \fIcheckout\fR. either \fIbranch\fR or \fIcheckout\fR.
.TP .TP
.B \-t or \-\-team .BR \-t ", " \-\-team
Specifies which Launchpad team/person to download branches from. Specifies which Launchpad team/person to download branches from.
This option is required. This option is required.