Commit 3a698e63 authored by Davis King's avatar Davis King

Removed a flip command that was causing trouble.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403064
parent 7a8a7999
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment