Commit 1a2310402a6c7d03a39624926b5c63911418b1a8
1 parent
563d98d1
Exists in
master
and in
5 other branches
Incluindo mensagem quando a atualização do changelog não é necessária
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
updateChangeLog.sh
@@ -39,6 +39,7 @@ REV_MAX=`svn --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*revision="\([0-9]* | @@ -39,6 +39,7 @@ REV_MAX=`svn --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*revision="\([0-9]* | ||
39 | REV_FROM=${2:-$(($REV_LAST + 1))} | 39 | REV_FROM=${2:-$(($REV_LAST + 1))} |
40 | 40 | ||
41 | if [ $REV_FROM -gt $REV_MAX ]; then | 41 | if [ $REV_FROM -gt $REV_MAX ]; then |
42 | + echo "No update required from revision $REV_FROM to revision $REV_MAX" | ||
42 | exit 0; | 43 | exit 0; |
43 | fi | 44 | fi |
44 | 45 |