Perforce 2005.1 Command Reference | ||
<< Previous Chapter p4 changelists |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 client |
By default, the format of each line is:
Change num on date by user@client [status] description
If you use the -t option to display the time of each changelist, the format is:
Change num on date hh:mm:ss by user@client [status] description
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. Only submitted changelists are reported in this instance; pending changelists (by definition) have not yet affected any files in the depot. (If you try to view pending changelists while specifying a file pattern, you will get an error message.)
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.
The command p4 changelists is an alias for p4 changes.
-i |
Include changelists that affected files that were integrated with the specified files. |
-t |
Display the time as well as the date of each change. |
-l |
List long output, with the full text of each changelist description. |
-L |
List long output, with the full text of each changelist description truncated at 250 characters. |
-c client |
List only changes made from the named client workspace. |
-m max |
List only the highest numbered max changes. |
-s status |
Limit the list to the changelists with the given status (pending or submitted) |
-u user |
List only changes made from the named user. |
g-opts |
See the Global Options section. |
Perforce 2005.1 Command Reference | ||
<< Previous Chapter p4 changelists |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 client |