diff development.ini @ 1868:f26acc1b27e2 beta

added repository name into issue tracker link to support different projects issues tracker mapping
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 09 Jan 2012 04:00:12 +0200
parents 37b3c3244bbc
children 3da456a3a211
line wrap: on
line diff
--- a/development.ini	Mon Jan 09 03:51:05 2012 +0200
+++ b/development.ini	Mon Jan 09 04:00:12 2012 +0200
@@ -77,9 +77,9 @@
 url_pat = (?:^#|\s#)(\w+)
 
 ## server url to the issue, each {id} will be replaced with id
-## fetched from the regex
+## fetched from the regex and {repo} is replaced with repository name
 
-issue_server = https://myissueserver.com/issue/{id}
+issue_server_link = https://myissueserver.com/{repo}/issue/{id}
 
 ## prefix to add to link to indicate it's an url
 ## #314 will be replaced by <issue_prefix><id>