perforce

How can I list P4 changes since a specific changelist


Is there a way get the list of changelists after a particular changelist for a particular branch?

p4 changes (some flag ?) (CL#) //depot/project

Solution

  • p4 changes "//depot/project/...@>nnn"
    

    where nnn is your CL#.