(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
authortruebrain
Sun, 28 Sep 2008 17:20:31 +0000
changeset 10200 23946c066035
parent 10199 3bb560dd3cf6
child 10201 4c181fbe8f2a
(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
-Fix: that same message was slightly unclear in what it would mean for network joins
config.lib
--- a/config.lib	Sun Sep 28 15:42:15 2008 +0000
+++ b/config.lib	Sun Sep 28 17:20:31 2008 +0000
@@ -829,9 +829,9 @@
 			revision=""
 			log 1 "checking revision... no detection"
 			log 1 "WARNING: there is no means to determine the version."
-			log 1 "WARNING: please use a subversion or git checkout of OpenTTD."
-			log 1 "WARNING: this version is only allowed by game servers that"
-			log 1 "WARNING: have been compiled without version detection."
+			log 1 "WARNING: please use a subversion, mercurial, or git checkout of OpenTTD."
+			log 1 "WARNING: you can only join game servers that have been compiled without"
+			log 1 "WARNING:   version detection."
 			log 1 "WARNING: there is a great chance you desync."
 			log 1 "WARNING: USE WITH CAUTION!"