On 3/27/2015 8:59 PM, Botond Ballo wrote:
and security issues as contributors (including employees)
do not look for the original authors.
It would be really nice if there was a way to annotate whitespace-only
changesets as being such, and then configure tools such as "hg blame"
to "look past" them.
Cheers,
Botond
Botond,
Mercurial doesn't support this marking of changesets, but it does
support ignoring changes that only change spaces while doing a blame.
Check out the some flags of hg blame:
-w --ignore-all-space ignore white space when comparing lines
-b --ignore-space-change ignore changes in the amount of white space
-B --ignore-blank-lines ignore changes whose lines are all blank
--Patrick
P.S. These flags are supported by other Mercurial commands too, e.g. hg
diff!
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform