LICENSE
MANIFEST.in
README.rst
setup.py
test/bad.repos
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_options.py
test/validate.txt
test/validate2.txt
test/validate_bad.txt
test/validate_hide.txt
vcs2l/__init__.py
vcs2l/crawler.py
vcs2l/errors.py
vcs2l/executor.py
vcs2l/streams.py
vcs2l/util.py
vcs2l-completion/vcs.bash
vcs2l-completion/vcs.fish
vcs2l-completion/vcs.tcsh
vcs2l-completion/vcs.zsh
vcs2l.egg-info/PKG-INFO
vcs2l.egg-info/SOURCES.txt
vcs2l.egg-info/dependency_links.txt
vcs2l.egg-info/entry_points.txt
vcs2l.egg-info/requires.txt
vcs2l.egg-info/top_level.txt
vcs2l/clients/__init__.py
vcs2l/clients/bzr.py
vcs2l/clients/git.py
vcs2l/clients/hg.py
vcs2l/clients/none.py
vcs2l/clients/svn.py
vcs2l/clients/tar.py
vcs2l/clients/vcs_base.py
vcs2l/clients/zip.py
vcs2l/commands/__init__.py
vcs2l/commands/branch.py
vcs2l/commands/command.py
vcs2l/commands/custom.py
vcs2l/commands/diff.py
vcs2l/commands/export.py
vcs2l/commands/help.py
vcs2l/commands/import_.py
vcs2l/commands/log.py
vcs2l/commands/pull.py
vcs2l/commands/push.py
vcs2l/commands/remotes.py
vcs2l/commands/status.py
vcs2l/commands/validate.py
vcs2l/commands/vcs.py