From 20e7ded57ec45a0c2bbe942b5234814aea275217 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Tue, 12 Jun 2007 18:17:48 +0000 Subject: Don't use mirror in 'co' when the user provides one URL (unintended bonus: fixed typo in RepSys/svn.py) --- RepSys/svn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepSys/svn.py') diff --git a/RepSys/svn.py b/RepSys/svn.py index 575651f..8589c4a 100644 --- a/RepSys/svn.py +++ b/RepSys/svn.py @@ -161,7 +161,7 @@ class SVN: # add one keywork "silent" that workaround the strange behavior of # pysvn's get_all, which seems to be broken, this way we also have # the same interface of svn.py from repsys 1.6.x - meth = self._cllient_wrap("status") + meth = self._client_wrap("status") silent = kwargs.pop("silent", None) st = meth(*args, **kwargs) if silent: -- cgit v1.2.1