MANIFEST.in
setup.cfg
setup.py
anyvc/__init__.py
anyvc/_workdir.py
anyvc/backend.py
anyvc/client.py
anyvc/diff.py
anyvc/exc.py
anyvc/metadata.py
anyvc/repository.py
anyvc/util.py
anyvc.egg-info/PKG-INFO
anyvc.egg-info/SOURCES.txt
anyvc.egg-info/dependency_links.txt
anyvc.egg-info/requires.txt
anyvc.egg-info/top_level.txt
anyvc/common/__init__.py
anyvc/common/commit_builder.py
anyvc/common/repository.py
anyvc/common/workdir.py
anyvc/git/__init__.py
anyvc/git/repo.py
anyvc/git/workdir.py
anyvc/mercurial/__init__.py
anyvc/mercurial/repo.py
anyvc/mercurial/workdir.py
anyvc/remote/__init__.py
anyvc/remote/master.py
anyvc/remote/object.py
anyvc/remote/slave.py
anyvc/subversion/__init__.py
anyvc/subversion/repo.py
anyvc/subversion/workdir.py
bin/vc
docs/about.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/readme.rst
docs/roadmap.rst
docs/_static/tarsius.png
docs/backends/index.rst
docs/internals/backend_metadata.rst
docs/internals/index.rst
docs/repo/api.rst
docs/repo/index.rst
docs/testing/index.rst
docs/testing/utils.rst
docs/testing/workdir.rst
docs/workdir/api.rst
docs/workdir/api_quickstart.rst
docs/workdir/cli.rst
docs/workdir/index.rst
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_checkout.py
tests/test_metadata.py
tests/test_util.py
tests/test_vc_script.py
tests/remote/test_remote.py
tests/remote/test_remote_object.py
tests/repository/test_commit_builder.py
tests/repository/test_creation.py
tests/repository/test_find.py
tests/repository/test_history.py
tests/repository/test_history_diff.py
tests/repository/test_renames.py
tests/repository/test_repopath.py
tests/repository/test_simple_renames.py
tests/workdir/__init__.py
tests/workdir/test_common.py
tests/workdir/test_stated_path.py