Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 02:11:16 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147866 for review
Message-ID:  <200808200211.m7K2BGi0063557@repoman.freebsd.org>

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

Change 147866 by julian@julian_trafmon1 on 2008/08/20 02:10:20

	Add the -i argumant to these

Affected files ...

.. //depot/projects/vimage-commit/update.sh#2 edit
.. //depot/projects/vimage-commit2/update.sh#2 edit
.. //depot/projects/vimage-commit3/update.sh#2 edit
.. //depot/projects/vimage-devel/update.sh#3 edit
.. //depot/projects/vimage/update.sh#3 edit

Differences ...

==== //depot/projects/vimage-commit/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 ====="

==== //depot/projects/vimage-commit2/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 ====="

==== //depot/projects/vimage-commit3/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 ====="

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


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




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