fragglet / agito

Subversion to Git conversion script
GNU General Public License v2.0
11 stars 6 forks source link

allow mapping no user #10

Closed glensc closed 8 years ago

glensc commented 8 years ago

the current def username_to_author(username) puts always nobody <nobody@example.com> if author is None.

map None to 'nobody' so it could be mapped from AUTHORS

fragglet commented 8 years ago

I'm not sure why this is necessary. It's already possible to map 'None' to an author - the example.cfg file shows how to do this.

glensc commented 8 years ago

ok, then, just AUTHORS[None] = ("foo", "bar") seemed like syntax error