gera / gitzilla

Git-Bugzilla integration done right

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

specifying a formatspec is a pain due to use of SafeConfigParser

darkskiez opened this issue · comments

I changed my hookscripts.py references to use RawConfigParser so i didnt have to end up in escaping hell

i wanted to add a link in to the gitweb instance direct from the bugzilla link, i used this

[/path/to/test.git]
formatspec: commit %H%nparents %P%nAuthor %an (%ad)%nDate %ad%nCommit By %cn (%ce)%nCommit Date %cd%n%n%s%n%b%n%ngitweb http://gitweb//?p=test.git;h=%H%n

Change config parsing to use RawConfigParser instead of SafeConfigParser.

closed by 94e794e reported by darkskiez.