##// END OF EJS Templates
help: fix internals.changegroups...
help: fix internals.changegroups Add information about tree manifests, copy edit the text and fix up a few ambiguities. The document also contains a few additional fixes from Siddharth Agarwal <sid0@fb.com>, who used it to build a parser for changegroups in Rust.

File last commit:

r28450:155e3308 default
r31213:9f169b7f default
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
Pierre-Yves David
hgext: officially turn 'hgext' into a namespace package...
r28450 from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)