commit | 6d7191ebfabf00e5261e8f1958448bfbdfbe7001 | [log] [tgz] |
---|---|---|
author | Chad Horohoe <chorohoe@wikimedia.org> | Wed Mar 27 14:00:03 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 27 14:00:04 2013 +0000 |
tree | 9bd154e2d54158cf29bd70ab5d47680121a41498 | |
parent | cd1ff9233962855726a03dbfa784253eb4c2826c [diff] | |
parent | efb6729b7009e7f43775b1b29b3f8493d7244bd4 [diff] |
Merge "Harmonize link text in ITS comments"
diff --git a/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java b/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java index ec46d48..a404fea 100644 --- a/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java +++ b/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java
@@ -53,7 +53,7 @@ for (String issue : issues) { its.addRelatedLink(issue, new URL(patchsetCreated.change.url), - "Gerrit Patch-Set: " + patchsetCreated.change.id + "/" + "Gerrit Patch-Set " + patchsetCreated.change.id + "/" + patchsetCreated.patchSet.number); } }