##// END OF EJS Templates
lfs: avoid closing connections when the worker doesn't fork...
lfs: avoid closing connections when the worker doesn't fork Probably not much more than an minor optimization, but could be useful in the case of `hg verify` where missing blobs are fetched one at a time.

File last commit:

r49730:6000f5b2 default
r50439:3556f039 stable
Show More
__init__.py
3 lines | 67 B | text/x-python | PythonLexer
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)