Hi,<br><br>I&#39;m using Bazaar on a Solaris environment that lacks decent GUI capabilities (no proper Qt / Gtk libraries there...).<br>We rely on &#39;bzr diff&#39; raw output for code review, but it gets quite unreadable when big changes are introduced.<br>
<br>The idea would be to ease code review times by producing HTML files, using Pythons&#39; standard library difflib - the HtmlDiff object precisely.<br>In short, it would produce a diff HTML table for every file that differs between 2 branches.<br>
<br>Has something similar ever been done (e.g. as a plugin)?<br>Or else, how hard would it be to write my own plugin? (I&#39;ve never played in that field before).<br>Unless alternative solutions exist, which I&#39;d love to hear about.<br>
<br>Thanks in advance for your valuable comments.<br>