Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 20:32:41 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147589 for review
Message-ID:  <200808162032.m7GKWfRI068236@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 $!;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808162032.m7GKWfRI068236>