.coveragerc
.editorconfig
.flake8
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst
LICENSE
README.rst
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
hgtools/__init__.py
hgtools/versioning.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
hgtools/tests/__init__.py
hgtools/tests/conftest.py
hgtools/tests/test_git.py
hgtools/tests/test_managers.py
hgtools/tests/test_mercurial.py
hgtools/tests/test_reentry.py
hgtools/tests/test_versioning.py