##// END OF EJS Templates
changegroup: consolidate tree manifests sending into cg1packer...
changegroup: consolidate tree manifests sending into cg1packer Previously, we overrode a method to control how manifests were serialized. This method was redefined on cg3packer to send tree manifests. This commit moves the tree manifests sending variation to cg1packer and teaches the cgpacker constructor to control which version to use. After these changes, cg3packer was empty. So it has been removed. Differential Revision: https://phab.mercurial-scm.org/D4081

File last commit:

r28541:4b81487a default
r38935:7a154778 default
Show More
__init__.py
4 lines | 157 B | text/x-python | PythonLexer
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)