# HG changeset patch # User truebrain # Date 1222622431 0 # Node ID 23946c066035114d6a473396d1d7869f4821353a # Parent 3bb560dd3cf6a1c5b785c1d46143a7303aa121e6 (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 diff -r 3bb560dd3cf6 -r 23946c066035 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!"