Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a list of CLs submitted since a specific CL?

Tags:

perforce

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?

like image 564
cupof Avatar asked Jun 08 '11 13:06

cupof


1 Answers

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.

like image 71
aflat Avatar answered Oct 04 '22 03:10

aflat