Update documentation of new change and patch set mail notifications

After commits 1d070cf and 8a3146e, notification emails are sent
for new changes or patch sets created by actions made by the user
in the Web UI.

Update the documentation to clarify this.

Change-Id: Id5fe1726d6d0bffdafaf9a210c4db47adf5bf345
This commit is contained in:
David Pursehouse
2013-07-10 17:19:35 +09:00
parent 41b51ccd9c
commit 5fb9e3e9d4

View File

@@ -90,8 +90,10 @@ NewChange.vm
~~~~~~~~~~~~
The `NewChange.vm` template will determine the contents of the email related
to a user submitting a new change for review. It is a `ChangeEmail`: see
`ChangeSubject.vm` and `ChangeFooter.vm`.
to a user submitting a new change for review. This includes changes created
by actions made by the user in the Web UI such as cherry picking a commit or
reverting a change. It is a `ChangeEmail`: see `ChangeSubject.vm` and
`ChangeFooter.vm`.
RegisterNewEmail.vm
~~~~~~~~~~~~~~~~~~~
@@ -103,7 +105,9 @@ ReplacePatchSet.vm
~~~~~~~~~~~~~~~~~~
The `ReplacePatchSet.vm` template will determine the contents of the email
related to a user submitting a new patchset for a change. It is a
related to a user submitting a new patchset for a change. This includes
patchsets created by actions made by the user in the Web UI such as editing
the commit message, cherry picking a commit, or rebasing a change. It is a
`ChangeEmail`: see `ChangeSubject.vm` and `ChangeFooter.vm`.
Restored.vm