Files
gerrit/gerrit-server/src/main/java/com/google
David Pursehouse d951ac41ce Change "Merge topic" to "Merge changes from topic"
When multiple changes from a topic are submitted resulting in a merge
commit, the title of the merge commit is:

 "Merge topic 'topic-name'"

This can be confusing as it gives the impression that the entire topic
has been merged when in fact there may still be other changes open.

Change the title to:

 "Merge changes from topic 'topic-name'"

Change-Id: If4fd67913be3a326ddc56a4044f1d4005f26b670
2014-09-10 14:58:24 +02:00
..