Mercurial > p > roundup > code
diff scripts/notify-roundup/notify-roundup.py @ 4183:7fc0b90592d5 gsoc-2009
More work more work
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Jul 2009 16:16:56 +0000 |
| parents | 150ee11d49ee |
| children | d08f7bf744f8 |
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py Tue Jul 07 16:13:56 2009 +0000 +++ b/scripts/notify-roundup/notify-roundup.py Tue Jul 07 16:16:56 2009 +0000 @@ -163,7 +163,7 @@ # log in as the appropriate user try: - matches = db.user.stringFind(svn_name=repos.author) + matches = db.user.stringFind(vcs_name=repos.author) except KeyError: # the user class has no property "svn_name" matches = []
