Mercurial > hg
comparison contrib/pylintrc @ 42817:69506e1b3214
run-tests: handle --local before --with-hg
We no longer support them both together, so this is now safe to do. By
checking --local first, we avoid error out about an invalid --with-hg
script if --local was also given (we instead tell the user that the
options are mutually exclusive).
I also had to wrap the 'binpath' we pass to setattr() in _strpath() to
keep `python3 run-tests.py -l` working. That change also made `python3
run-tests.py -l --chg` work, which was the reason for this series.
Differential Revision: https://phab.mercurial-scm.org/D6760
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 23 Aug 2019 08:54:32 -0700 |
parents | 86531a7038ed |
children |
comparison
equal
deleted
inserted
replaced
42816:fb84730d1c5a | 42817:69506e1b3214 |
---|