p4 review

List and track changelists (for the review daemon).

Syntax

p4 [g-opts] review [-c changelist] [-t countername]

Syntax conventions

Description

p4 review lists changelists that have not been reviewed before, as tracked by the specified counter. If the counter is omitted, p4 review lists all changelists.

If a changelist# and counter are specified, p4 review sets the counter to that changelist# and produces no output. This functionality has been superceded by the p4 counter command.

p4 review is not meant as an end-user command. It exists to support an automated change review daemon.

Options

-c changelist

List all submitted changelists above and including changelist.

-t countername

List all submitted changelists above the value of the Perforce counter countername.

-c changelist -t countername

Set the value of counter countername to changelist. This command has been replaced by p4 counter, but has been maintained for backwards compatibility.

g-opts

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

review

  • The commands p4 review, p4 reviews, and p4 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

p4 reviews

To set or read the value of a Helix Server counter

p4 counter

To see full information about a particular changelist

p4 describe

To see a list of all changelists, limited by particular criteria

p4 changes