config.lib
changeset 7618 21fddd467b0f
parent 7564 fa54ab680589
child 7687 18f5be95ad53
--- a/config.lib	Sun Sep 23 09:37:25 2007 +0000
+++ b/config.lib	Sun Sep 23 10:26:20 2007 +0000
@@ -702,6 +702,9 @@
 		elif [ -d "$ROOT_DIR/.git" ] && [ -n "`git help`" ]; then
 			revision=""
 			log 1 "checking revision... git detection"
+		elif [ -d "$ROOT_DIR/.hg" ] && [ -n "`hg help`" ]; then
+			revision=""
+			log 1 "checking revision... hg detection"
 		else
 			revision=""
 			log 1 "checking revision... no detection"