[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
This commit is contained in:
guido 2007-02-07 16:15:01 +01:00
parent 4fae2f581d
commit b8307eeccc
1 changed files with 0 additions and 3 deletions

View File

@ -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: