Merge "Fix changeid links in gerrit"

This commit is contained in:
Jenkins 2014-02-20 18:23:33 +00:00 committed by Gerrit Code Review
commit 111df9829d

View File

@ -161,7 +161,7 @@ class openstack_project::gerrit (
{ {
name => 'changeid', name => 'changeid',
match => 'I[0-9a-f]{8,40}', match => 'I[0-9a-f]{8,40}',
link => '#q,$1,n,z', link => '#q,$0,n,z',
}, },
{ {
name => 'gitsha', name => 'gitsha',