[PATCH 0 of 5] annotate: support diff whitespace filtering flags (issue3030)

Patrick Mezard pmezard at gmail.com
Fri Nov 18 07:51:15 CST 2011


Implement --ignore-all-space, --ignore-space-change and
--ignore-blank-lines for annotate.

Patch 1 and 2 bring refactoring to mdiff blocks filtering code so it
can be shared between diff and annotate. Patch 3 implements the
whitespace options for annotate, both for command line and
hgweb. Patch 4 and 5 are necessary optimizations to make them usable.


More information about the Mercurial-devel mailing list