trustmaster / trac2github

Converts Trac milestones, tickets and comments into Github issues 2.0 using github api v3
49 stars 38 forks source link

Multiple small improvements: #15

Closed sm0svx closed 10 years ago

sm0svx commented 10 years ago

The configuration file was really only added to make it simpler to update the script code and then check it in. If the configuration is in the same file I have to undo the configuration before committing.

The information added to the top of each issue/comment looks like: Reported by sm0svx on 2014-06-29 20:30 UTC An example of how it might look in reality can be seen here.

trustmaster commented 10 years ago

Looks good. Thanks @sm0svx!