We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2adde commit e666086Copy full SHA for e666086
website/issues/extensions/local_replace.py
@@ -4,8 +4,8 @@
4
'<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=\g<id>">debian#\g<id></a>' ),
5
(re.compile('\#(?P<ws>\s*)(?P<id>\d+)'),
6
"<a href='issue\g<id>'>#\g<ws>\g<id></a>" ),
7
- (re.compile('(?P<prews>\s+)(?P<revstr>(revision|rev|r)\s?)(?P<revision>\d+)'),
8
- "\g<prews><a href='http://svn.roundup-tracker.org/viewvc/roundup?view=rev&rev=\g<revision>'>\g<revstr>\g<revision></a>"),
+ (re.compile('(?P<prews>\s+)(?P<revstr>(revision|rev|r)\s?)(?P<revision>[\da-fA-F]+)'),
+ "\g<prews><a href='http://sourceforge.net/p/roundup/code/ci/\g<revision>'>\g<revstr>\g<revision></a>"),
9
]
10
11
def local_replace(message):
0 commit comments