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

« back to all changes in this revision

Viewing changes to doc/lp-review-list.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-review-list "1" "Oct 24 2012" "lptools"
 
2
.SH NAME
 
3
lp-review-list \- list reviews for a project
 
4
 
 
5
.SH SYNOPSIS
 
6
.B lp-review-list <\fIproject1\fR> [[\fIproject2\fR] ...]
 
7
 
 
8
.SH DESCRIPTION
 
9
\fBlp-review-list\fR will present a list of all the branches currently in the
 
10
Needs Review state. The list includes the branch name, and the votes
 
11
on the proposal. You can double-click on a row to open the merge proposal
 
12
page in your browser. It will use launchpadlib and refresh automatically every
 
13
5 minutes.
 
14
 
 
15
.SH OPTIONS
 
16
Listed below are the command line options for \fBlp-review-list\fR:
 
17
.TP
 
18
.BR <\fIproject1\fR> [[\fIproject2\fR] ...]
 
19
List of projects to display branches in the Needs Review state for.
 
20
 
 
21
.SH AUTHORS
 
22
\fBlp-review-list\fR was written by Rodney Dawes <rodney.dawes@canonical.com>,
 
23
and this manual page was written by Nathan Handler <nhandler@ubuntu.com>.