Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 admin |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 branch |
To display the changelist number associated with each line of the file, use the -c option.
If you specify a revision number, only revisions up to that revision number are displayed. If you specify a revision range, only revisions within that range are displayed.
By default, the first line of output for each file is a header line of the form:
To suppress the header line, use the -q (quiet) option.
To print all lines (including lines from deleted files and/or lines no longer present at the head revision), use the -a (all) option.
-a |
All lines, including deleted lines and lines no longer present at the head revision, are included. Each line includes a starting and ending revision. |
-c |
Display the changelist number, rather than the revision number, associated with each line. If you use the -a option and the -c option together, each line includes a starting and ending changelist number. |
-dflags |
Runs the diff routine with one of a subset of the standard UNIX diff flags. See the Usage Notes below for a listing of these flags. |
-i |
Follow file history across branches. If a file was created by branching, Perforce includes revisions up to the branch point. The use of -i option implies the -c option. |
-q |
Quiet mode; suppress the one-line header for each file. |
See the Global Options section. |
Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 admin |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 branch |