Mercurial > p > roundup > code
diff scripts/import_sf.py @ 3904:91008ec8f9a0
retire "topic" usage
"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.
I also left Ka-Ping Yee's original design document unchanged.
This takes care of sf feature request [SF#953161]
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 16 Sep 2007 02:45:11 +0000 |
| parents | 7f1e2d650486 |
| children | eddb82d0964c |
line wrap: on
line diff
--- a/scripts/import_sf.py Fri Sep 14 15:55:25 2007 +0000 +++ b/scripts/import_sf.py Sun Sep 16 02:45:11 2007 +0000 @@ -224,7 +224,7 @@ d['creator'] = users[artifact['submitted_by']] actor = d['creator'] if categories[artifact['category']]: - d['topic'] = [categories[artifact['category']]] + d['keyword'] = [categories[artifact['category']]] issue_journal.append(( d['id'], d['creation'].get_tuple(), d['creator'], "'create'", {} ))
