Merge "Check for whitespace around changeid searches"

This commit is contained in:
Jenkins 2013-12-20 00:29:12 +00:00 committed by Gerrit Code Review
commit 87700099f2

View File

@ -128,8 +128,8 @@ class openstack_project::gerrit (
commentlinks => [
{
name => 'changeid',
match => '(I?[0-9a-f]{8,40})',
link => '#q,$1,n,z',
match => '(<p>|[\\s]+)(I?[0-9a-f]{7,40})(</p>|[\\s.]+)',
html => '$1<a href=\"#q,$2,n,z\">$2</a>$3',
},
{
name => 'bugheader',