|
|
http://perforce.freebsd.org/chv.cgi?CH=147589
Change 147589 by julian@julian_trafmon1 on 2008/08/16 20:31:56
Use the commit2 label when comparing with -current
Affected files ...
.. //depot/projects/vimage-commit3/makediff.pl#2 edit
Differences ...
==== //depot/projects/vimage-commit3/makediff.pl#2 (text+ko) ====
@@ -4,7 +4,7 @@
$src_base = '//depot/vendor/freebsd/src';
$dst_base = '//depot/projects/vimage-commit3/src';
-$dst_label = '@vimage-commit3-label';
+$dst_label = '@vimage-commit2-label';
$cmd = "p4 diff2 -du $src_base/...$dst_label $dst_base/...#head";
open(P, "$cmd |") || die $!;
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|