diff scripts/notify-roundup/notify-roundup.py @ 4186:630263e92150 gsoc-2009

forgot to port
author Pygi <pygi@users.sourceforge.net>
date Tue, 07 Jul 2009 16:26:38 +0000
parents 64f3d374f496
children e59d94c1e6e6
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:21:51 2009 +0000
+++ b/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:26:38 2009 +0000
@@ -202,7 +202,7 @@
     # add the message to the spool
     date = roundup.date.Date(repos.date)
     msgid = db.msg.create(content=repos.message, summary=repos.summary,
-        author=userid, date=date, revision=svn_rev_id)
+        author=userid, date=date, revision=vcs_rev_id)
     klass = db.getclass(repos.klass)
     messages = klass.get(repos.itemid, 'messages')
     messages.append(msgid)

Roundup Issue Tracker: http://roundup-tracker.org/