Reputation: 653
I have a CL number, and I want the CL number for all change lists submitted since that change list. Is there a perforce command to do this?
Upvotes: 7
Views: 1432
Reputation: 4329
p4 changes //... @yourchangelistnumber,@now
make sure you limit to a folder deeper then //... as that command can take a while if you do it against the entire depot.
Upvotes: 7