PERFORCE change 148358 for review
Julian Elischer
julian at FreeBSD.org
Mon Aug 25 07:29:09 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148358
Change 148358 by julian at julian_trafmon1 on 2008/08/25 07:28:52
Geez, diff the right branches..
Affected files ...
.. //depot/projects/vimage-commit2/makemeat.pl#2 edit
Differences ...
==== //depot/projects/vimage-commit2/makemeat.pl#2 (text+ko) ====
@@ -2,11 +2,11 @@
use POSIX (strftime);
-$src_base = '//depot/projects/vimage-commit/src/sys';
+$src_base = '//depot/projects/vimage-commit2/src/sys';
$dst_base = '//depot/projects/vimage/src/sys';
-$dst_label = '';
+$dst_label = '#head';
-$cmd = "p4 diff2 -du $src_base/...$dst_label $dst_base/...#head";
+$cmd = "p4 diff2 -du $src_base/... $dst_base/...";
open(P, "$cmd |") || die $!;
$time = localtime();
More information about the p4-projects
mailing list