summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/build-scripts/showrev.sh
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/SDL2/build-scripts/showrev.sh')
-rw-r--r--3rdparty/SDL2/build-scripts/showrev.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/3rdparty/SDL2/build-scripts/showrev.sh b/3rdparty/SDL2/build-scripts/showrev.sh
deleted file mode 100644
index 517992d9cd3..00000000000
--- a/3rdparty/SDL2/build-scripts/showrev.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# Print the current source revision, if available
-
-hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)