config.lib
changeset 8114 9160c0aa6997
parent 8060 0e36becca525
child 8183 e4425028c318
--- 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"