The derived class must implement the run method.
|
|
|
|
str
|
getDate(self,
oftime=None)
Returns the revision date in a human readable format |
source code
|
|
|
|
|
|
str
|
|
|
writeDiff(self,
token,
name1,
name2,
value1,
value2,
isfile=False,
rec1=None,
rec2=None,
time=None)
Writes a diff |
source code
|
|
|
writeDiffList(self)
Writes the commit diffs |
source code
|
|
|
writeLockData(self)
Writes the locking metadata |
source code
|
|
|
writeMetaData(self)
Writes the commit metadata output |
source code
|
|
|
|
|
writePathList(self)
Writes the commit path list |
source code
|
|
|
|
str
|
|
|
|
|
|
Inherited from _base.BaseNotifier :
dumpContent ,
getAuthor ,
getContentDiffAction ,
getContentDiffUrl ,
getContentEncodingProperty ,
getContentEncodings ,
getDiffTokens ,
getDiffer ,
getEncodingFromMimeType ,
getLog ,
getPropertyDiffAction ,
getTempDir ,
getTempFile ,
getTime ,
getUrl ,
isBinaryProperty ,
isOneLineProperty ,
isUTF8Property
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|