Display information about changelists
To display brief information about changelists, use the p4
changes
command. To display full information, use the
p4 describe
command. The following table describes
some useful reporting commands and options:
Command | Description |
---|---|
|
Displays a list of all pending, submitted, and shelved changelists, one line per changelist, and an abbreviated description. |
|
Limits the number of changelists reported on to the last specified number of changelists. |
|
Limits the list to those changelists with a particular status;
for example, |
|
Limits the list to those changelists submitted by a particular user. |
|
Limits the list to those changelists submitted from a particular client workspace. |
|
Displays full information about a single changelist. If the
changelist has already been submitted, the report includes a list
of affected files and the diffs of these files. (You can use the
|
|
If a changelist was renumbered, describe the changelist in terms of its original change number. See at Create numbered changelists, where "Example: Automatic renumbering of changelists" shows a case where you can use either |
For more information, see Changelist reporting.