Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2009 17:42:41 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 162953 for review
Message-ID:  <200905281742.n4SHgftQ075580@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 162953 by zec@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 ====="


help

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