Home | Trees | Indices | Help |
---|
|
object --+ | BaseNotifier
Base class for notifiers
Custom notifiers must implement this interface (that is just the run method, however).
Additionally it contains some useful utility methods, which can be used.
|
|||
|
|||
str
|
|
||
tuple
|
|
||
str
|
|
||
unicode
|
|
||
str
|
|
||
str
|
|
||
tuple of str
|
|
||
tuple
|
|
||
svnmailer.differ.*
|
|
||
str
|
|
||
str
|
|
||
unicode
|
|
||
unicode or {str}
|
|
||
svnmailer.util.TempFile
|
|
||
int
|
|
||
str
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
|
|||
Inherited from |
|
|||
unicode
|
ADD =
"add" token |
||
unicode
|
COPY =
"copy" token |
||
unicode
|
DELETE =
"delete" token |
||
str
|
ENC_CONFIG =
magic value, meaning that the content encoding should be retrieved from the config |
||
ENC_DEFAULT =
|
|||
str
|
ENC_PROPERTY =
The property name, where encodings could be stored |
||
unicode
|
MODIFY =
"modify" token |
||
unicode
|
NONE =
"none" token |
||
unicode
|
PROPCHANGE =
"propchange" token |
||
tuple
|
_diffable_tests =
Map generate_diffs list entrys to change methods
|
|
|||
list
|
_groupset The groupset to process |
||
dict
|
_penc_cache The (path, rev) -> property encoding cache |
||
svnmailer.settings.Settings
|
_settings The settings to use |
|
|||
Inherited from |
|
Initialization
|
Returns the encoding for the specified path and revision
|
Dump the two revisions of a particular change (This dumps the files, not the properties)
|
Returns the author of the revision
|
Returns the content diff action for a particular change
|
Returns the content diff url for a particular change
|
Returns the content encoding property for a path/rev
|
Returns the encodings of the change content (base and current rev)
|
Returns valid diff tokens and tests
|
Returns the initialized differ
|
Returns the encoding extracted from svn:mime-type
|
Returns the log entry of the revision
|
Returns the property diff action for a particular change
|
Returns the temporary directory
|
Returns an open temporary file container object
|
Returns the time of the revision in seconds since epoch
|
Returns the revision URL
|
Returns if the supplied property seems to be binary Note that is a very rudimentary check, just to not pollute diff output with garbage
|
Returns if the supplied property value takes just one line
|
Returns if the supplied property name represents an UTF-8 property
|
|
_diffable_testsMapgenerate_diffs list entrys to change methods
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:32 2011 | http://epydoc.sourceforge.net |