changes


    changes -- Display list of pending and submitted changelists

    p4 changes [ -i -l -m max -s status ] [ file[revRange] ... ]

	Reports the list of all pending and submitted changelists currently
	known to the system.

	If files are specified, 'p4 changes' limits its report to
	changelists that affect those files.  If the file specification
	includes a revision range, 'p4 changes' limits its report to
	submitted changelists that affect those particular revisions.
	See p4 help revisions for help specify revisions.

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

	The -l flag produces long output with the full text of the changelist
	descriptions.

	The -m max flag limits changes to the 'max' most recent.

	The -s status flag limits the output to pending or submitted
	changelists.