Make calculation of mail recipients for new changes/patchsets reusable
The code to calculate the recipients for notification mails on upload
of a new change and patch set was very similar. Move the code into a
util class so that the same code can be reused from both places. Having
it in a util class allows further reuse from other places and also
makes the ReceiveCommits class a little leaner.
Change-Id: I20cb011b7b1f8a7194a362464426eb577a524bff
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2 files changed