Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2008 06:05:17 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144339 for review
Message-ID:  <200806300605.m5U65HxT094029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144339

Change 144339 by julian@julian_trafmon1 on 2008/06/30 06:04:19

	add -i to integ operation

Affected files ...

.. //depot/projects/vimage/update.sh#2 edit

Differences ...

==== //depot/projects/vimage/update.sh#2 (text+ko) ====

@@ -19,7 +19,7 @@
 echo    "============================================="
 echo -n "select the change number we want to sync to: "
 read CHNUM
-p4 integ -b ${BRANCH} @${CHNUM}
+p4 integ -i -b ${BRANCH} @${CHNUM}
 echo
 echo "======================================================================="
 echo "===== Preparing to resolve simple integrations.. stand bye ====="



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