[PATCH 0 of 3 resend] log: add support for log --diffstat

Yuya Nishihara yuya at tcha.org
Tue Apr 6 11:08:55 CDT 2010


Adds --diffstat option to log-like commands. e.g. `hg log --diffstat`.

 * first patch changes mq to pass `diffopts.context = 0` correctly.
 * second patch makes qdiff and diff share codes.
 * last patch implements `log --diffstat`

Updated to follow the latest ui.write(..., label) changes.


More information about the Mercurial-devel mailing list