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

Stephen Vance steve at vance.com
Mon Oct 16 14:24:12 PDT 2006


You can find out the last changelist # that was added to the label with

p4 changes -m1 @label

but it does not guarantee that all files from the changelist made it, 
only at least one.

If you don't mind a little scripting, you could use 'p4 describe' to 
output the file revisions, then check each revision.

Steve

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?
>
> Thanks,
> Darryl
>
>   


More information about the perforce-user mailing list