Listing files tagged by a label
To list the revisions tagged with labelname, use p4 files
, specifying the label name as follows:
p4 files @labelname
All revisions tagged with labelname are listed, with their file
type, change action, and changelist number. (This command is equivalent
to p4 files //...@labelname
).