early-access version 1611
This commit is contained in:
5
externals/SDL/build-scripts/showrev.sh
vendored
Executable file
5
externals/SDL/build-scripts/showrev.sh
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Print the current source revision, if available
|
||||
|
||||
hg parents --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)
|
Reference in New Issue
Block a user