Modify ↓
Opened 15 years ago
Closed 15 years ago
#6573 closed enhancement (fixed)
Add revision info to macro
Reported by: | Ryan J Ollos | Owned by: | Ashish Kulkarni |
---|---|---|---|
Priority: | normal | Component: | FlatTableMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Trac 0.12 allows revision info for plugins and macros to be displayed on the About page. For single file macros, revision info is made available by including the following two lines below the section of import
statements:
revison="$Rev$" url="$URL$"
and applying the following svn:keywords properties:
svn propset svn:keywords "LastChangedRevision HeadURL" <filename>.py
For example, see changelogmacro/0.11/ChangeLogMacro.py@7473:9-10.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [7591]) add revision info (fixes #6573)