# HG changeset patch # User Pygi # Date 1246534198 0 # Node ID 4090332cf7070e6962c33578934c605a6daa5990 # Parent 8c3131d68ae997e741919419087749afc7c879df Attempt at fixing svnauditor diff -r 8c3131d68ae9 -r 4090332cf707 scripts/notify-roundup/detectors/svnauditor.py --- 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