##// END OF EJS Templates
perf: add a command to benchmark linelog edits...
perf: add a command to benchmark linelog edits The use pattern of creating a linelog is usually by calling "replacelines" multiple times. Add a command to benchmark it. Differential Revision: https://phab.mercurial-scm.org/D4148

File last commit:

r28541:4b81487a default
r39005:1601afbb 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__)