sapling/hgext/largefiles
Jun Wu 79d026fdfe codemod: use pycompat.isdarwin
This is done by:

  sed -i "s/pycompat\.sysplatform == 'darwin'/pycompat.isdarwin/" **/*.py

Plus a manual change to `sslutil.py` which involves indentation change that
cannot be done by `sed`.

Differential Revision: https://phab.mercurial-scm.org/D1035
2017-10-12 23:34:34 -07:00
..
__init__.py largefiles: fix help text to avoid warning at "make update-pot" 2017-08-02 01:15:07 +09:00
basestore.py largefiles: use readasstandin() to read hex hash directly from filectx 2017-04-01 02:32:49 +09:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py cleanup: rename "matchfn" to "match" where obviously a matcher 2017-09-05 15:06:45 -07:00
lfutil.py codemod: use pycompat.isdarwin 2017-10-12 23:34:34 -07:00
localstore.py largefiles: always use filechunkiter when iterating files 2016-10-12 12:22:18 +02:00
overrides.py dirstate: use keyword arguments to clarify status()'s callers 2017-09-29 14:49:05 -07:00
proto.py wireproto: perform chunking and compression at protocol layer (API) 2016-11-20 13:50:45 -08:00
remotestore.py largefiles: remove remotestore.batch() 2017-08-09 21:04:03 -07:00
reposetup.py dirstate: use keyword arguments to clarify status()'s callers 2017-09-29 14:49:05 -07:00
storefactory.py largefiles: make storefactory._openstore public 2016-06-14 11:21:41 +02:00
uisetup.py largefiles: remove unused assignments from wrapfunction() 2017-08-31 22:39:10 -07:00
wirestore.py py3: make largefiles/wirestore.py use absolute_import 2016-05-10 15:20:04 +02:00