Changeset 3207

Show
Ignore:
Timestamp:
02/11/08 05:23:07 (10 months ago)
Author:
hvr
Message:

GitPlugin: allow to escape hashes by prepending !

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gitplugin/0.11/tracext/git/git_fs.py

    r3206 r3207  
    9797 
    9898        def get_wiki_syntax(self): 
    99                 yield (r'\b[0-9a-fA-F]{40,40}\b', 
     99                yield (r'(?:\b|!)[0-9a-fA-F]{40,40}\b', 
    100100                       lambda fmt, sha, match: 
    101101                               self._format_sha_link(fmt, 'changeset', sha, sha))