Ticket #3340 (closed defect: fixed)
Node attributes 'created_rev' and 'created_path' not documented
| Reported by: | lewisbaker@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | documentation |
| Cc: |
Description
The trac.versioncontrol.svn_fs.SubversionNode class defines the attributes created_rev and created_path here. These created_* attributes are not mentioned anywhere in the trac.versioncontrol.api.Node interface class even though they are used in browser.py and changeset.py.
I have been working on a plugin for another version control system and was wondering exactly what values I should be giving to these attributes.
They probably should be documented in the interface classes so that versioncontrol API users aren't using undocumented back door APIs.


