mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
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
|
||
|---|---|---|
| .. | ||
| conftest.py | ||
| python.ini | ||
| test_commit.py | ||
| test_context_manager.py | ||
| test_push_to_try.py | ||
| test_workdir_outgoing.py | ||
| test_working_directory.py | ||