cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
--- 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
"""