[p4] How can I tell if a changelist was added to a label?

Neil MacMullen npm at csr.com
Mon Oct 16 09:56:24 PDT 2006


Darryl G. Wright wrote:
> Hey All,
> 
> I need to know if a specific change made it into a label update. Is there a 
> quick command I can use to find out either the last/largest change list # 
> that was added to a label or whether or if a specific change list # made it 
> into the label?
> 

p4 changes files at label

probably does what you want.

p4 changes "files@>label"


can be useful for finding out what you missed.

   Neil


More information about the perforce-user mailing list