> > You're in luck; I believe the code for that is there, and it just > misconfigured or a little bitrotted. I'll bump it to the top of the list.
A word of warning about the hg plugin, it includes the log message once for each line... This might blow up the HTML file size more than it already is... So you might want to checkout file size of a big cpp files before you enable this in production. (I think there is a suggestion in plugins/hg/htmlifier.py about refactoring annotations, etc.) But it might be better to lazy load blame information on demand. -- Regards Jonas Finnemann Jensen. On Thu, May 30, 2013 at 7:13 PM, Erik Rose <[email protected]> wrote: > You're in luck; I believe the code for that is there, and it just > misconfigured or a little bitrotted. I'll bump it to the top of the list. > > Erik > > On May 29, 2013, at 11:17 PM, David Rajchenbach-Teller < > [email protected]> wrote: > > > Generally, the only thing I miss from mxr is simple access to log/blame. > > _______________________________________________ > dev-static-analysis mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-static-analysis > _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
