Edgewall Software

Changes between Version 1 and Version 2 of TracDev/PluginDevelopment/ExtensionPoints/trac.versioncontrol.api.IRepositoryChangeListener


Ignore:
Timestamp:
Jul 20, 2014, 12:38:25 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Misnamed interface.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.versioncontrol.api.IRepositoryChangeListener

    v1 v2  
    2727
    2828Similarly to the CommitTicketUpdater  mentioned above, you might want [ticket:9263 to close a milestone from a commit log message], e.g. when committing a tag or merging a branch.
    29 The following minimal example IWikiChangeListener implementation could implement such a feature:
     29The following minimal example IRepositoryChangeListener implementation could implement such a feature:
    3030{{{#!python
    3131from datetime import datetime