PERFORCE change 147589 for review

Julian Elischer julian at FreeBSD.org
Sat Aug 16 20:32:43 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147589

Change 147589 by julian at 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 $!;


More information about the p4-projects mailing list