style: Fixup strange semantics in hg m5style
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Tue, 26 Aug 2014 14:14:07 +0000 (10:14 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Tue, 26 Aug 2014 14:14:07 +0000 (10:14 -0400)
commit35bc5210d3987cc97bcc557f1229e700327c9564
treeca92a48a84657e91e67cf2f38d17f664299df388
parent70176fecd1ff04f7b8957f3110497d758310b569
style: Fixup strange semantics in hg m5style

The 'hg m5style' command had some rather strange semantics. When
called without arguments, it applied the style checker to all added
files and modified regions of modified files. However, when providing
a list of files, it used that list as an ignore list instead of
specifically checking those files.

This patch makes the m5style command behave more like other Mercurial
commands where the arguments are used to specify which files to work
on instead of which files to ignore.
util/style.py