LICENSE
MANIFEST.in
README.md
pyproject.toml
test/branch.txt
test/clients.txt
test/commands.txt
test/custom_describe.txt
test/diff_hide.txt
test/export_exact.txt
test/export_exact_with_tags.txt
test/import.txt
test/import_shallow.txt
test/list.repos
test/list2.repos
test/log_limit.txt
test/log_merges_only.txt
test/pull.txt
test/reimport.txt
test/reimport_force.txt
test/reimport_skip.txt
test/remotes_repos.txt
test/status.txt
test/test_commands.py
test/test_flake8.py
test/test_options.py
test/validate.txt
test/validate2.txt
test/validate_hide.txt
vics/__init__.py
vics/crawler.py
vics/executor.py
vics/streams.py
vics/util.py
vics-completion/vics.bash
vics-completion/vics.fish
vics-completion/vics.tcsh
vics-completion/vics.zsh
vics.egg-info/PKG-INFO
vics.egg-info/SOURCES.txt
vics.egg-info/dependency_links.txt
vics.egg-info/entry_points.txt
vics.egg-info/requires.txt
vics.egg-info/top_level.txt
vics/clients/__init__.py
vics/clients/bzr.py
vics/clients/git.py
vics/clients/hg.py
vics/clients/none.py
vics/clients/svn.py
vics/clients/tar.py
vics/clients/vcs_base.py
vics/clients/zip.py
vics/commands/__init__.py
vics/commands/branch.py
vics/commands/command.py
vics/commands/custom.py
vics/commands/diff.py
vics/commands/export.py
vics/commands/help.py
vics/commands/import_.py
vics/commands/log.py
vics/commands/pull.py
vics/commands/push.py
vics/commands/remotes.py
vics/commands/status.py
vics/commands/validate.py
vics/commands/vcs.py