changeset 3943:a5bccf34c512 beta

fixed docs error, should be issue_pat
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 04 Jun 2013 11:09:40 +0200
parents e6a3f4b414d2
children d18500a8840c
files docs/setup.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 #<number> eg. #300.
 
 Matched issues will be replace with the link specified as `issue_server_link`