Home | Trees | Indices | Help |
---|
|
object --+ | PathDescriptor --+ | VersionedPathDescriptor
Describes the changes of a particular path
This is a wrapper around svn_repos.ChangedPath instances. outside of this module one shouldn't need to deal with these.
|
|||
|
|||
|
|||
int
|
|
||
str
|
|
||
dict
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
Inherited from Inherited from |
|
|||
svn_repos.ChangedPath
|
_change The change |
||
int
|
revision The revision number |
||
Inherited from |
|
|||
Inherited from |
|
Custom initialization
|
Initialization
|
Returns the revision number of the original path
|
Returns the original path
|
Returns the dict of modified properties The dict contains the property names as keys and a 2-tuple as value where the first element contains the old property value and second element the new one.
|
Returns whether the path is a directory
|
Returns whether one of the revisions is a binary file
|
Returns whether the path has property changes
|
Returns whether the path has content changes
|
Returns whether the path was deleted
|
Returns whether the path was added
|
Returns whether the path was just modified
|
Returns whether the path was copied
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:33 2011 | http://epydoc.sourceforge.net |