fixes


    fixes -- List what changelists fix what jobs

    p4 fixes [ -i ] [ -j jobName ] [ -c changelist# ] [ file[revRange] ... ]

	'p4 fixes' shows all jobs with fix records associated with them,
	along with the changelist number of the fix.  Fix records are
	created either directly with the p4 fix command or via changelist
	creation with the p4 change and p4 submit commands.

	The 'p4 fixes' command show fixes regardless of whether the
	changelists are submitted or still pending.

	By default, 'p4 fixes' lists all fixes.  This list can be limited
	in any of three ways.  If -j jobName is given, only fixes for the
	named job are listed.  If -c changelist# is given, only fixes from
	the numbered changelist are listed.  If a file (pattern) is given,
	only fixes for submitted changelists affecting that file (or set of
	files) are listed.  The file pattern may include wildcards and/or a
	revision number range.  See 'p4 help revisions' for help specifying
	revisions.

	The -i flag also includes any fixes made by changelists integrated
	into the specified files.