PERFORCE change 147594 for review
    Julian Elischer 
    julian at FreeBSD.org
       
    Sat Aug 16 20:46:59 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=147594
Change 147594 by julian at julian_trafmon1 on 2008/08/16 20:46:43
	use correct syntax for p4 diff with a label
Affected files ...
.. //depot/projects/vimage-commit3/makemeat3.pl#2 edit
Differences ...
==== //depot/projects/vimage-commit3/makemeat3.pl#2 (text+ko) ====
@@ -4,7 +4,7 @@
 
 $src_base = '//depot/projects/vimage-commit2/src/sys';
 $dst_base = '//depot/projects/vimage-commit3/src/sys';
-$dst_label = 'vimage-commit3-label';
+$dst_label = '@vimage-commit3-label';
 
 $cmd = "p4 diff2 -du $src_base/...$dst_label $dst_base/...#head";
 open(P, "$cmd |") || die $!;
    
    
More information about the p4-projects
mailing list