# HG changeset patch # User Sylvain Thénault # Date 1357854634 -3600 # Node ID 150bbb06616785069681b64e6a33b9f6695f9c61 # Parent f02139297bebff3ede07b8b63a23c9f048319b2a cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848 diff -r f02139297beb -r 150bbb066167 server/repository.py --- a/server/repository.py Tue Jan 22 18:16:20 2013 +0100 +++ b/server/repository.py Thu Jan 10 22:50:34 2013 +0100 @@ -748,9 +748,6 @@ def connect(self, login, **kwargs): """open a connection for a given user - base_url may be needed to send mails - cnxtype indicate if this is a pyro connection or a in-memory connection - raise `AuthenticationError` if the authentication failed raise `ConnectionError` if we can't open a connection """