[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:
parent
4fae2f581d
commit
b8307eeccc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue