Edgewall Software

Opened 20 years ago

Last modified 19 years ago

#1032 closed enhancement

[patch] Recognize Subversion-style revision numbers (rNNNN) as a changeset link — at Initial Version

Reported by: rmunn@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.9
Component: wiki system Version: 0.8
Severity: normal Keywords: wikiformatter helpwanted
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Currently (as of Trac 0.8), the Wiki recognizes [N] as a changeset link, and will recognize that syntax in commit log messages. But the traditional format for writing Subversion revision numbers is rNNNN. See, for instance, http://svnbook.red-bean.com/en/1.1/ch04s04.html, where commit log messages like "Merged my-calc-branch changes r406:480 into the trunk" or "Undoing change committed in r303" are given as examples.

I propose that WikiFormatter.py should recognize not just [N] format, but also rNNNN format, as a changeset link.

Change History (1)

Note: See TracTickets for help on using tickets.