##// END OF EJS Templates
bundleoperation: optionnaly record the `remote` that produced the bundle...
bundleoperation: optionnaly record the `remote` that produced the bundle We have the information at hand, and the peer now have knownledge of its `path` object, which constaints useful behavior configuration. So the simpler seems to be to pass that object around so it can be used if needed.

File last commit:

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