How can I list P4 changes since a specific changelist
perforce
Solution
p4 changes "//depot/project/...@>nnn"
where nnn is your CL#.
Problem
Is there a way get the list of changelists after a particular changelist for a particular branch? ``` p4 changes (some flag ?) (CL#) //depot/project ```