Mercurial > p > roundup > code
changeset 4155:4090332cf707 gsoc-2009
Attempt at fixing svnauditor
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Jul 2009 11:29:58 +0000 |
| parents | 8c3131d68ae9 |
| children | 58181c04884e |
| files | scripts/notify-roundup/detectors/svnauditor.py |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/notify-roundup/detectors/svnauditor.py Thu Jul 02 11:24:31 2009 +0000 +++ b/scripts/notify-roundup/detectors/svnauditor.py Thu Jul 02 11:29:58 2009 +0000 @@ -62,7 +62,9 @@ def init(db): db.msg.audit('create', parse_message) - db.issue.audit('set', undo_title) + repos.klass = cfg.get('main', 'item-class') + klass = db.getclass(repos.klass) + klass.audit('set', undo_title) # # 2005-05-16 - 1.2
