Ticket #6576 (closed enhancement: fixed)

Opened 1 month ago

Last modified 1 month ago

Add revision info to macro

Reported by: rjollos Assigned to: trapanator
Priority: normal Component: BackLinksMacro
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

Change History

02/08/10 09:19:37 changed by trapanator

  • status changed from new to assigned.

fixed in r7510

02/08/10 09:19:43 changed by trapanator

  • status changed from assigned to closed.
  • resolution set to fixed.

Add/Change #6576 (Add revision info to macro)




Change Properties
Action