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

« back to all changes in this revision

Viewing changes to doc/lp-set-dup.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 lp\-set\-dup "1" "March 6 2010" "lptools"
 
2
.SH NAME
 
3
lp\-set\-dup \- mark one or more bugs as duplicate of another bug
 
4
 
 
5
.SH SYNOPSIS
 
6
.B lp\-set\-dup \fR[\fB\-f\fR] <\fImain bug\fR> <\fIduplicate bug\fR>
 
7
[<\fIduplicate bug\fR> ...]
 
8
.br
 
9
.B lp\-set\-dup \-\-help
 
10
 
 
11
.SH DESCRIPTION
 
12
\fBlp\-set\-dup\fR allow to easily mark one or more bug as duplicate of
 
13
another bug. It checks for permission to operate on a given bug first,
 
14
then perform required tasks on Launchpad.
 
15
 
 
16
.SH OPTIONS
 
17
Listed below are the command line options for \fBlp\-set\-dup\fR:
 
18
.TP
 
19
.BR \-h ", " \-\-help
 
20
Display a help message and exit.
 
21
.TP
 
22
.B \-f
 
23
Skip confirmation prompt.
 
24
.TP
 
25
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
 
26
Use the specified instance of Launchpad (e.g. "staging"), instead of
 
27
the default of "production".
 
28
.TP
 
29
.B \-\-no\-conf
 
30
Do not read any configuration files, or configuration from environment
 
31
variables.
 
32
 
 
33
.SH ENVIRONMENT
 
34
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
 
35
environment variables.
 
36
Variables in the environment take precedence to those in configuration
 
37
files.
 
38
 
 
39
.SH CONFIGURATION VARIABLES
 
40
The following variables can be set in the environment or in
 
41
.BR ubuntu\-dev\-tools (5)
 
42
configuration files.
 
43
In each case, the script\-specific variable takes precedence over the
 
44
package\-wide variable.
 
45
.TP
 
46
.BR LP_SET_DUP_LPINSTANCE ", " UBUNTUTOOLS_LPINSTANCE
 
47
The default value for \fB--lpinstance\fR.
 
48
 
 
49
.SH SEE ALSO
 
50
.BR ubuntu\-dev\-tools (5)
 
51
 
 
52
.SH AUTHORS
 
53
\fBlp\-set\-dup\fR was written by Loïc Minier <lool@dooz.org>,
 
54
and this manual page was written by Luca Falavigna <dktrkranz@debian.org>.
 
55
.PP
 
56
Both are released under the terms of the GNU General Public License, version 2.