Revert "Default repo manifest settings in git config"

This reverts commit ee1c2f5717.

This breaks a lot of buildbot systems. Rolling it back for now
until we can understand what the breakage was and how to fix it.
This commit is contained in:
Shawn O. Pearce
2011-11-30 13:41:02 -08:00
parent ecff4f17b0
commit 34fb20f67c
3 changed files with 6 additions and 43 deletions

View File

@@ -228,11 +228,7 @@ class XmlManifest(object):
@property
def manifest_server(self):
self._Load()
if self._manifest_server:
return self._manifest_server
return self.manifestProject.config.GetString('repo.manifest-server')
return self._manifest_server
@property
def IsMirror(self):