PERFORCE change 147867 for review
Julian Elischer
julian at FreeBSD.org
Wed Aug 20 02:12:18 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147867
Change 147867 by julian at julian_trafmon1 on 2008/08/20 02:11:20
really add -i to integ.. got left off last time
Affected files ...
.. //depot/projects/vimage-devel/update.sh#4 edit
Differences ...
==== //depot/projects/vimage-devel/update.sh#4 (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