sapling/hgext/largefiles
Mark Thomas c35820b286 dirstate: add explicit methods for querying directories (API)
The set-like object returned by dirstate.dirs may be difficult for other
implementations of the dirstate to provide, and is unnecessary as it is
only ever used for __contains__.  Instead, provide an explicit method for
testing for a directory.

.. api::

   dirstate no longer provides a `dirs()` method.  To test for the existence of
   a directory in the dirstate, use `dirstate.hasdir(dirname)`.

Differential Revision: https://phab.mercurial-scm.org/D1345
2017-11-15 01:07:42 -08:00
..
__init__.py registrar: host "dynamicdefault" constant by configitem object 2017-10-21 13:13:20 +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 configitems: register the 'largefiles.patterns' config 2017-10-13 22:26:58 +02:00
lfutil.py configitems: register the 'largefiles.usercache' config 2017-10-13 22:28:03 +02:00
localstore.py largefiles: always use filechunkiter when iterating files 2016-10-12 12:22:18 +02:00
overrides.py configitems: register the 'largefiles.patterns' config 2017-10-13 22:26:58 +02: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: add explicit methods for querying directories (API) 2017-11-15 01:07:42 -08: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