.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.rst
LICENSE
README.rst
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
hgtools/__init__.py
hgtools.egg-info/PKG-INFO
hgtools.egg-info/SOURCES.txt
hgtools.egg-info/dependency_links.txt
hgtools.egg-info/requires.txt
hgtools.egg-info/top_level.txt
hgtools/managers/__init__.py
hgtools/managers/base.py
hgtools/managers/cmd.py
hgtools/managers/library.py
hgtools/managers/reentry.py
hgtools/managers/subprocess.py
tests/__init__.py
tests/conftest.py
tests/test_git.py
tests/test_managers.py
tests/test_mercurial.py
tests/test_reentry.py