| Class | InvalidExternalsDescription |
Undocumented |
| Function | diff |
Find the differences between two property dictionaries. |
| Function | generate_mergeinfo_property |
Generate the contents of the svn:mergeinfo property |
| Function | is_valid_property_name |
Check the validity of a property name. |
| Function | mergeinfo_add_revision |
Add a revision to a mergeinfo dictionary |
| Function | mergeinfo_includes_revision |
Check if the specified mergeinfo contains a path in revnum. |
| Function | parse_externals_description |
Parse an svn:externals property value. |
| Function | parse_mergeinfo_property |
Parse a mergeinfo property. |
| Function | range_add_revnum |
Add revision number to a list of ranges |
| Function | range_includes_revnum |
Check if the specified range contains the mentioned revision number. |
| Function | time_from_cstring |
Parse a time from a cstring. |
| Function | time_to_cstring |
Determine string representation of a time. |
| Constant | PROP_ENTRY_COMMITTED_DATE |
Undocumented |
| Constant | PROP_ENTRY_COMMITTED_REV |
Undocumented |
| Constant | PROP_ENTRY_LAST_AUTHOR |
Undocumented |
| Constant | PROP_ENTRY_LOCK_TOKEN |
Undocumented |
| Constant | PROP_ENTRY_PREFIX |
Undocumented |
| Constant | PROP_ENTRY_UUID |
Undocumented |
| Constant | PROP_EXECUTABLE |
Undocumented |
| Constant | PROP_EXECUTABLE_VALUE |
Undocumented |
| Constant | PROP_EXTERNALS |
Undocumented |
| Constant | PROP_IGNORE |
Undocumented |
| Constant | PROP_KEYWORDS |
Undocumented |
| Constant | PROP_MERGEINFO |
Undocumented |
| Constant | PROP_MIME_TYPE |
Undocumented |
| Constant | PROP_NEEDS_LOCK |
Undocumented |
| Constant | PROP_NEEDS_LOCK_VALUE |
Undocumented |
| Constant | PROP_PREFIX |
Undocumented |
| Constant | PROP_REVISION_AUTHOR |
Undocumented |
| Constant | PROP_REVISION_DATE |
Undocumented |
| Constant | PROP_REVISION_LOG |
Undocumented |
| Constant | PROP_REVISION_ORIGINAL_DATE |
Undocumented |
| Constant | PROP_SPECIAL |
Undocumented |
| Constant | PROP_SPECIAL_VALUE |
Undocumented |
| Constant | PROP_WC_PREFIX |
Undocumented |
| Variable | __author__ |
Undocumented |
| Parameters | |
| current | Dictionary with current (new) properties |
| previous | Dictionary with previous (old) properties |
| Returns | |
| Dictionary that contains an entry for each property that was changed. Value is a tuple with the old and the new property value. | |
| Parameters | |
| merges | dictionary mapping paths to lists of ranges |
| Returns | |
| Property contents | |
| Parameters | |
| prop | Property name |
| Returns | |
| Whether prop is a valid property name | |
| Parameters | |
| mergeinfo | Merginfo dictionary |
| path | Merged path to add |
| revnum | Merged revision to add |
| Returns | |
| Updated dictionary | |
| Parameters | |
| merges | Dictionary with merges |
| path | Merged path |
| revnum | Revision number |
| Returns | |
| Whether the revision is included | |
| Parameters | |
| base_url | URL on which the property is set. Used for relative externals. |
| val | Undocumented |
| Returns | |
| dictionary with local names as keys, (revnum, url) as value. revnum is the revision number and is set to None if not applicable. | |
| Parameters | |
| ranges | List of ranges |
| revnum | Revision number to add |
| inheritable | TODO |
| Returns | |
| New list of ranges | |
| Parameters | |
| ranges | list of ranges |
| revnum | revision number |
| Returns | |
| Whether or not the revision number is included | |
| Parameters | |
| text | Parse text |
| Returns | |
| number of microseconds since the start of 1970 | |