added verbose-repository prc flag

This commit is contained in:
Darren Ranalli 2006-06-01 18:00:06 +00:00
parent 4d87c6aabc
commit 3efba3fe56

View File

@ -34,6 +34,8 @@ class ConnectionRepository(
self.config = config self.config = config
self.setVerbose(self.config.GetBool('verbose-repository', 0))
# Set this to 'http' to establish a connection to the server # Set this to 'http' to establish a connection to the server
# using the HTTPClient interface, which ultimately uses the # using the HTTPClient interface, which ultimately uses the
# OpenSSL socket library (even though SSL is not involved). # OpenSSL socket library (even though SSL is not involved).