(svn r27059) -Change: [Makefile] Make sure to use plain mercurial output unaltered by personal presets

This commit is contained in:
planetmaker
2014-11-09 16:37:07 +00:00
parent 2072edc02c
commit 2d3ad05aa7
2 changed files with 4 additions and 4 deletions

View File

@@ -1037,7 +1037,7 @@ check_params() {
log 1 "checking revision... svn detection (tag)"
elif [ -d "$ROOT_DIR/.git" ] && [ -n "`git help 2>/dev/null`" ]; then
log 1 "checking revision... git detection"
elif [ -d "$ROOT_DIR/.hg" ] && [ -n "`hg help 2>/dev/null`" ]; then
elif [ -d "$ROOT_DIR/.hg" ] && [ -n "`HGPLAIN= hg help 2>/dev/null`" ]; then
log 1 "checking revision... hg detection"
elif [ -f "$ROOT_DIR/.ottdrev" ]; then
log 1 "checking revision... source tarball"