We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5038984 + 4a9017d commit 92e36e6Copy full SHA for 92e36e6
py/_path/svnwc.py
@@ -396,7 +396,7 @@ def makecmdoptions(self):
396
def __str__(self):
397
return "<SvnAuth username=%s ...>" %(self.username,)
398
399
-rex_blame = re.compile(r'\s*(\d+)\s*(\S+) (.*)')
+rex_blame = re.compile(r'\s*(\d+)\s+(\S+) (.*)')
400
401
class SvnWCCommandPath(common.PathBase):
402
""" path implementation offering access/modification to svn working copies.
0 commit comments