PERFORCE change 162953 for review

Marko Zec zec at FreeBSD.org
Thu May 28 17:42:43 UTC 2009


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

Change 162953 by zec at zec_amdx4 on 2009/05/28 17:41:41

	Add the -d flag to p4 integrate

Affected files ...

.. //depot/projects/vimage-commit/update.sh#3 edit

Differences ...

==== //depot/projects/vimage-commit/update.sh#3 (text+ko) ====

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


More information about the p4-projects mailing list