[[PageOutline(2-5,Contents,pullout)]] = A Simple Changeset Notifier = == Description == This plugin sends changeset diffs in the unified format whenever `trac-admin changeset added` is invoked. Be sure that you should turn off Trac's default ticket commit updater notification (`[ticket] commit_ticket_update_notify = false` in your trac.ini) to prevent duplicated emails for an identical changeset addition event. == Bugs/Feature Requests == Existing bugs and feature requests for ChangesetNotifierPlugin are [report:9?COMPONENT=ChangesetNotifierPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ChangesetNotifierPlugin&owner=daybreaker new ticket]. == Download == Download the zipped source from the source code page (see below). == Source == See [https://bitbucket.org/daybreaker/trac-changeset-notifier the BitBucket hosted page] for the source code. Mercurial is required to clone it. == Example == Most users may be satisfied with post-commit hooks provided by various SCMs, such as Subversion and Mercurial. However, if one addes ''multiple & heterogeneous'' projects to one Trac instance, it would be cumbersome to configure every repository and make the email formats consistent. For example, I have a Trac instance with one Subversion repository and three Mercurial repositories. This plugin unifies the changeset notification even for multiple repositories. == Author/Contributors == '''Author:''' [wiki:daybreaker] [[BR]] '''Maintainer:''' [wiki:daybreaker] [[BR]] '''Contributors:'''