Edgewall Software

Changes between Version 31 and Version 32 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Apr 26, 2010, 9:21:40 PM (14 years ago)
Author:
Remy Blank
Comment:

Added missing anchor.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v31 v32  
    147147See #7116 for details on the `authz` argument, and #8731 for the `params` argument.
    148148
    149 ==== `Repository` revision transformation ^[source:trunk/trac/versioncontrol/api.py@9559:875-882#L857 (0.12)]^ ====
     149==== `Repository` revision transformation ^[source:trunk/trac/versioncontrol/api.py@9559:875-882#L857 (0.12)]^ ==== #Repository.display_rev
    150150
    151151In addition to `Repository.normalize_rev(rev)`, which returns a (unique) normalized representation of the given revision (usually a full revision number or hash), and `Repository.short_rev(rev)`, which returns a short representation of the a revision to be used e.g. for source annotation, a new `Repository.display_rev(rev)` method can be implemented by version control backends to return a representation of a revision suitable for display to the user. By default, `display_rev()` calls `normalize_rev()`.