From b8307eeccc883e38eaed226ac75adb2af89c9e2d Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 7 Feb 2007 16:15:01 +0100 Subject: [PATCH] [svn r38068] Grmbl, the failing svn tests turned out to be my fault: copy/paste bug. (when copying the comment, I must have copied along some lines of code... ): --HG-- branch : trunk --- py/path/svn/wccommand.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py/path/svn/wccommand.py b/py/path/svn/wccommand.py index ee09fc362..d3783259e 100644 --- a/py/path/svn/wccommand.py +++ b/py/path/svn/wccommand.py @@ -164,9 +164,6 @@ class SvnWCCommandPath(common.FSPathBase): def mkdir(self, *args): """ create & return the directory joined with args. """ - p = self.join(*args) - self._callex(os.mkdir, str(p)) - return p if args: return self.join(*args).mkdir() else: