p4 review
List all submitted changelists above a provided changelist number.
Syntax
p4 [g-opts] review [-c changelist] [-t countername]
Description
p4 review -c changelist provides a list of
all submitted changelists between changelist
and the
highest-numbered submitted changelist. Each line in the list has this
format:
Change changelistusername <email-addr> (realname)
The username
, email-addr
, and
realname
are taken from the p4 user
form for
username
whenever p4 review
is
executed.
When used as p4 review -t countername
, all
submitted changelists above the value of the
Helix Server
counter variable countername are listed. (Counters are set by
p4 counter
). When used
with no arguments, p4 review
lists all submitted
changelists.
The p4 review
command is meant for use in external
programs that call
Helix Server, such
as the
change review daemon. The
change review daemon is available from the
Helix Server
Public Depot:
http://wiki.workshop.perforce.com/wiki/P4Review
and is documented in the Helix Core Server Administrator Guide: Fundamentals.
Options
|
List all submitted changelists above and including
|
|
List all submitted changelists above the value of the
Perforce
counter |
|
Set the value of counter |
|
See Global options. |
Usage Notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
N/A |
N/A |
|
- The commands
p4 review
,p4 reviews
, andp4 counter
are all intended for use by external programs that call Helix Server. - The warnings applicable to
p4 counter
apply here as well.
Related Commands
To list users who have subscribed to review particular files |
|
To set or read the value of a Helix Server counter |
|
To see full information about a particular changelist |
|
To see a list of all changelists, limited by particular criteria |