~ubuntu-branches/debian/sid/ubuntu-dev-tools/sid

« back to all changes in this revision

Viewing changes to doc/get-branches.1

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung, Colin Watson, Jelmer Vernooij, Stefano Rivera, Julian Taylor, Benjamin Drung
  • Date: 2011-09-06 14:31:31 UTC
  • Revision ID: package-import@ubuntu.com-20110906143131-pukbbowpabmw4w42
Tags: 0.129
[ Colin Watson ]
* syncpackage: Convert to new LP API, with --no-lp available for the old
  style of operation.
* syncpackage: Require -f/--force option to overwrite Ubuntu changes.

[ Jelmer Vernooij ]
* Remove several tools not specific to Ubuntu that have been migrated to
  lptools (LP: #708886):
 - get-branches (renamed to lp-get-branches)
 - grab-attachments (renamed to lp-grab-attachments)
 - lp-project-upload
 - lp-list-bugs
 - lp-set-dup
 - lp-shell

[ Stefano Rivera ]
* syncpackage: Show changes to be synced when performing native syncs.
* syncpackage: Check the sync blacklist.
* syncpackage: Support --bug (extra bugs to be closed by the sync) with
  native syncs. (Bugs are closed one individually, via the API, post-sync)
* dgetlp, submittodebian, 404main: Use unicode strings for literal strings
  containing non-ASCII characters (LP: #836661)
* Recommend pbuilder | aptitude for get-build-deps, and exit with an error
  if neither are installed (LP: #799368)
* get-build-deps: Tell aptitude not to follow Recommends (LP: #817500)
* doc/requestsync.1: Document the -C option (LP: #833408)
* ubuntutools.archive: Don't write .dsc files until we pull the entire
  source package, just hold it in memory. Avoids littering the current
  directory (LP: #838361)
* Run harvest as part of sponsor-patch (LP: #833699)

[ Julian Taylor ]
* requestsync: omit dups when checking for duplicate requests (LP: #842217)

[ Benjamin Drung ]
* sponsor-patch: Default to not upload the package.
* requestsync: Do not crash on user abort (Closes: #637168).

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)