sapling/fastmanifest
Jun Wu 7775848489 codemod: use pycompat.is* to check platforms
This solves check-code issues:

  fastmanifest/concurrency.py:144:
   > if platform.system() == 'Windows':
   don't use platform.system(), use pycompat
  hgext3rd/extutil.py:15:
   > if platform.system() == 'Windows':
   don't use platform.system(), use pycompat
  remotefilelog/basepack.py:44:
   > if pycompat.osname == 'posix':
   use pycompat.isposix
2017-10-17 13:05:18 -07:00
..
__init__.py fastmanifest: move tree writing to memmanifestctx.write() 2017-08-07 19:27:17 -07:00
cachemanager.py checkcode: remove unnecessary 'pass' statements 2017-10-04 18:55:07 -07:00
concurrency.py codemod: use pycompat.is* to check platforms 2017-10-17 13:05:18 -07:00
constants.py fastmanifest: add documentation of constants 2016-06-08 14:28:14 -07:00
debug.py [fastmanifest] add a uiproxy object that forwards requests to a real ui object 2016-07-05 16:32:05 -07:00
implementation.py checkcode: remove unnecessary 'pass' statements 2017-10-04 18:55:07 -07:00
metrics.py fastmanifest: fix logic error for debugmetrics and simplify test 2016-07-06 13:42:32 -07:00