parent
2a5b1b0075
commit
97f8cd0242
|
@ -1030,7 +1030,7 @@ class SvnBlame(Method):
|
|||
w.application.set_error("There was an error (%s)" % (status))
|
||||
|
||||
class CvsStatus(Method):
|
||||
regex1 = re.compile('^File: (.+?) +?\tStatus: (.*?)$')
|
||||
regex1 = re.compile('^File: (.+?) *\tStatus: (.*?)$')
|
||||
regex2 = re.compile('^ Working revision:\t([0-9\.]+)$')
|
||||
regex3 = re.compile('^ Repository revision:\t([0-9\.]+)\t(.*)$')
|
||||
regex4 = re.compile('^ Sticky Tag:\t\t\((.*)\)$')
|
||||
|
|
Loading…
Reference in New Issue