##// END OF EJS Templates
copies: extract value comparison in the python copy tracing...
copies: extract value comparison in the python copy tracing This mirror what we did in the Rust code. This is useful to prepare rework for this comparison logic that we will need to handle more advanced chaining cases (when merges are chained). Differential Revision: https://phab.mercurial-scm.org/D9590

File last commit:

r43346:2372284d default
r46776:3a0c4133 default
Show More
__init__.py
5 lines | 158 B | text/x-python | PythonLexer
Pierre-Yves David
extensions: also search for extension in the 'hgext3rd' package...
r28541 # name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
Augie Fackler
formatting: blacken the codebase...
r43346
Pierre-Yves David
extensions: also search for extension in the 'hgext3rd' package...
r28541 __path__ = pkgutil.extend_path(__path__, __name__)