[Trac-tickets] [The Trac Project] #1032: [patch] Recognize Subversion-style revision numbers (rNNNN) as a changeset link

The Trac Project noreply at edgewall.com
Thu Dec 9 14:33:10 EST 2004


#1032: [patch] Recognize Subversion-style revision numbers (rNNNN) as a changeset
link
-------------------------+--------------------------------------------------
       Id:  1032         |      Status:  new                     
Component:  wiki         |    Modified:  Thu Dec  9 14:33:10 2004
 Severity:  enhancement  |   Milestone:                          
 Priority:  normal       |     Version:  0.8                     
    Owner:  jonas        |    Reporter:  rmunn at pobox.com         
-------------------------+--------------------------------------------------
 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.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1032>
The Trac Project <>


More information about the Trac-Tickets mailing list