view build-scripts/showrev.sh @ 4908:9b9dc9fc7df2

Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file) -- user: Andreas Schiffler <aschiffler@ferzkopp.net> branch 'default' changed Xcode/SDL/SDL.xcodeproj/project.pbxproj
author Andreas Schiffler <aschiffler@ferzkopp.net>
date Tue, 16 Nov 2010 07:44:47 -0800
parents fa77a6429698
children a727eda441be
line wrap: on
line source

#!/bin/sh
#
# Print the current source revision, if available

# FIXME: this prints the tip, which isn't useful if you're on a different
#  branch, or just not sync'd to the tip.
hg tip --template 'hg-{rev}:{node|short}' || echo "hg-0:baadf00d"