# HG changeset patch # User Marcin Kuzminski # Date 1370336980 -7200 # Node ID a5bccf34c5126e31bc54c01625c69260d6ad63f1 # Parent e6a3f4b414d23e5a71ec3f185ff8dc77c8cff51d fixed docs error, should be issue_pat diff -r e6a3f4b414d2 -r a5bccf34c512 docs/setup.rst --- a/docs/setup.rst Tue Jun 04 00:29:46 2013 +0200 +++ b/docs/setup.rst Tue Jun 04 11:09:40 2013 +0200 @@ -451,11 +451,11 @@ messages and replace that with an url to this issue. To enable this simply uncomment following variables in the ini file:: - url_pat = (?:^#|\s#)(\w+) + issue_pat = (?:^#|\s#)(\w+) issue_server_link = https://myissueserver.com/{repo}/issue/{id} issue_prefix = # -`url_pat` is the regular expression that will fetch issues from commit messages. +`issue_pat` is the regular expression that will fetch issues from commit messages. Default regex will match issues in format of # eg. #300. Matched issues will be replace with the link specified as `issue_server_link`