PERFORCE change 144339 for review

Julian Elischer julian at FreeBSD.org
Mon Jun 30 06:05:18 UTC 2008


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

Change 144339 by julian at 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 ====="


More information about the p4-projects mailing list