[p4] How can I tell if a changelist was added to a label?
Jeff Grills
jgrills at drivensnow.org
Mon Oct 16 10:04:35 PDT 2006
I think this might work for your needs - you'll see all the changes that
contribute to a label:
p4 changes //... at LABEL
If you want to consider only the changes that contributed the exact
revisions of the files in the label (instead of all revisions up to the head
for each file), you can use this command:
p4 changes //... at LABEL,LABEL
If you add "-m 1" to either command, p4 will report only the highest change
number, which might suit your needs.
j
-----Original Message-----
From: perforce-user-bounces at perforce.com
[mailto:perforce-user-bounces at perforce.com] On Behalf Of Darryl G. Wright
Sent: Monday, October 16, 2006 9:10 AM
To: 'Perforce Users'
Subject: [p4] How can I tell if a changelist was added to a label?
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
--
Darryl G. Wright
Technical Lead
HB Studios
http://www.hb-studios.com _______________________________________________
perforce-user mailing list - perforce-user at perforce.com
http://maillist.perforce.com/mailman/listinfo/perforce-user
More information about the perforce-user
mailing list