Index: update_depot_tools |
diff --git a/update_depot_tools b/update_depot_tools |
index 7c1212251760d5b2e45b98e93c6a3a60496d6ba6..8528b8bab511e07099a54542c43aac3e58b1f508 100755 |
--- a/update_depot_tools |
+++ b/update_depot_tools |
@@ -146,7 +146,9 @@ then |
"$SVN" -q up "$base_dir" |
AFTER_REVISION=$(get_svn_revision) |
if [[ "$BEFORE_REVISION" != "$AFTER_REVISION" ]]; then |
- echo "Depot Tools has been updated to revision $AFTER_REVISION." 1>&2 |
+ if [ -z "$DEPOT_TOOLS_HIDE_UPDATED_MESSAGE" ]; then |
+ echo "Depot Tools has been updated to revision $AFTER_REVISION." 1>&2 |
+ fi |
fi |
fi |