Removed a flip command that was causing trouble.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403064
This commit is contained in:
Davis King 2009-05-25 19:05:08 +00:00
parent 7a8a799970
commit 3a698e63e6
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ DLIB_REPOS=`svn info | grep URL | awk '{print $2}' | sed -e 's/\/docs$//' `
REVISION=`svn info | grep Revision | awk '{ print $2}'`
svn log -v -r $REVISION:`cat $REVNUM_FILE` $DLIB_REPOS/dlib > release/change_log.txt || report_failure
flip -m release/change_log.txt
echo $REVISION | awk '{ print $1 + 1}' > $REVNUM_FILE