CHANGES.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
example/constraints-infile.txt
example/example.ini
example/requirements-infile.txt
src/mxdev/__init__.py
src/mxdev/config.py
src/mxdev/entry_points.py
src/mxdev/hooks.py
src/mxdev/including.py
src/mxdev/logging.py
src/mxdev/main.py
src/mxdev/processing.py
src/mxdev/state.py
src/mxdev.egg-info/PKG-INFO
src/mxdev.egg-info/SOURCES.txt
src/mxdev.egg-info/dependency_links.txt
src/mxdev.egg-info/entry_points.txt
src/mxdev.egg-info/not-zip-safe
src/mxdev.egg-info/requires.txt
src/mxdev.egg-info/top_level.txt
src/mxdev/tests/README.md
src/mxdev/tests/__init__.py
src/mxdev/tests/conftest.py
src/mxdev/tests/test_common.py
src/mxdev/tests/test_git.py
src/mxdev/tests/test_git_submodules.py
src/mxdev/tests/test_including.py
src/mxdev/tests/test_mercurial.py
src/mxdev/tests/test_svn.py
src/mxdev/tests/test_vcs_filesystem.py
src/mxdev/tests/utils.py
src/mxdev/tests/data/file01.ini
src/mxdev/tests/data/file02.ini
src/mxdev/tests/data/file03.ini
src/mxdev/tests/data/file04.ini
src/mxdev/tests/data/file_with_http_include01.ini
src/mxdev/tests/data/file_with_http_include02.ini
src/mxdev/tests/data/file_with_http_include03.ini
src/mxdev/tests/data/file_with_http_include04.ini
src/mxdev/vcs/__init__.py
src/mxdev/vcs/bazaar.py
src/mxdev/vcs/common.py
src/mxdev/vcs/darcs.py
src/mxdev/vcs/filesystem.py
src/mxdev/vcs/git.py
src/mxdev/vcs/gitsvn.py
src/mxdev/vcs/mercurial.py
src/mxdev/vcs/svn.py