gecko-dev/python/mozlint
Steve Fink 86ca4b5374 Bug 1621322 - Implement `mach lint --revset=REV` r=ahal
In the process, fixed a few bugs:
 - the template eg `{file_adds % "\n{file}"}` produced a leading blank line,
   which led to everything being linted.
 - 'd' was replaced with 'r' in diff_filters, but the replacement was discarded.
 - as a result of the above, `hg status -d` was being used ("show only deleted (but tracked) files") and now it is `hg status -r` ("show only removed files"). I *think* this is what was intended?

Differential Revision: https://phabricator.services.mozilla.com/D66714

--HG--
extra : moz-landing-system : lando
2020-03-22 22:12:18 +00:00
..
mozlint Bug 1621322 - Implement `mach lint --revset=REV` r=ahal 2020-03-22 22:12:18 +00:00
test Bug 1621322 - Implement `mach lint --revset=REV` r=ahal 2020-03-22 22:12:18 +00:00
setup.py Bug 1619586 - Major version bump for mozlog and mozcrash; r=bc,marionette-reviewers,perftest-reviewers,jgraham,whimboo 2020-03-04 00:32:38 +00:00