Use p4 changes to view a list of submitted and pending changelists. When you use p4 changes without any arguments, all numbered changelists are listed. (The default changelist is never listed.)If you use the -t option to display the time of each changelist, the format is:The status value appears only if the changelist is pending. The description is limited to the first 31 characters unless you provide the -L flag for the first 250 characters, or the -l flag for the full description.If you provide file patterns as arguments, the changelists listed are those that affect files matching the patterns, whether submitted or pending.Revision specifications and revision ranges can be included in the file patterns. Including a revision range lists all changes that affect files within the range; providing a single revision specifier lists all changes from 1 to the specified revision.Use the -c client and -u user flags to limit output to only those changelists made from the named client workspace or the named user.Use the -s status flag to limit output to only those changelists with the provided status (pending or submitted) value.You can combine flags and file patterns to substantially limit the changelists that are displayed. You can also use the -m max flag to further limit output to max changes.
List long output, with the full text of each changelist description truncated at 250 characters. -c client -m max List only the highest numbered max changes. -s status -u user See the Global Options section.
Can File Arguments Use
Revision Specifier? Can File Arguments Use
Revision Range? Minimal Access Level Required
• If p4 changes is called with multiple file arguments, the sets of changelists that affect each argument are evaluated individually. The final output is neither combined nor sorted; the effect is the same as calling p4 changes multiple times, once for each file argument.
Show the last five submitted changelists that include any file under the project directory Show the last five submitted changelists from client workspace eds_elm. Show the last five submitted changelists from user edk. Show any changelists that include file file.c, as mapped to the depot through the client view, during the month of May 2000. Output a single line showing the changelist number of the last submitted changelist. Display all changelists submitted from April 1, 2001 to the present. Display all changelists submitted before April 1, 2000.