Mercurial > public > mercurial-scm > hg
diff contrib/import-checker.py @ 34395:41401f502c83
tests: disable lints on mercurial/thirdparty
In the next patch, this directory will be used to vendor in some third-party
code.
Differential Revision: https://phab.mercurial-scm.org/D866
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Sun, 01 Oct 2017 03:24:19 -0700 |
parents | bc2535238de2 |
children | 922b3fae9c7d |
line wrap: on
line diff
--- a/contrib/import-checker.py Sun Oct 01 03:48:28 2017 -0700 +++ b/contrib/import-checker.py Sun Oct 01 03:24:19 2017 -0700 @@ -35,6 +35,8 @@ 'mercurial.pure.mpatch', 'mercurial.pure.osutil', 'mercurial.pure.parsers', + # third-party imports should be directly imported + 'mercurial.thirdparty', ) # Whitelist of symbols that can be directly imported.