MANIFEST.in
setup.py
anyvc/__init__.py
anyvc/__version__.py
anyvc/_workdir.py
anyvc/apipkg.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/bazaar/__init__.py
anyvc/bazaar/repo.py
anyvc/bazaar/workdir.py
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
anyvc/unsupported/darcs/workdir.py
anyvc/unsupported/monotone/workdir.py
bin/vc
docs/about.rst
docs/conf.py
docs/index.rst
docs/motivation.rst
docs/readme.rst
docs/roadmap.rst
docs/workdir/api.rst
docs/workdir/cli.rst
docs/workdir/index.rst
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_metadata.py
tests/test_util.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_legacy_finding.py
tests/workdir/test_stated_path.py