MANIFEST.in
README.rst
setup.py
vcstool/__init__.py
vcstool/crawler.py
vcstool/executor.py
vcstool-completion/vcs.bash
vcstool-completion/vcs.tcsh
vcstool-completion/vcs.zsh
vcstool.egg-info/PKG-INFO
vcstool.egg-info/SOURCES.txt
vcstool.egg-info/dependency_links.txt
vcstool.egg-info/entry_points.txt
vcstool.egg-info/requires.txt
vcstool.egg-info/top_level.txt
vcstool/clients/__init__.py
vcstool/clients/bzr.py
vcstool/clients/git.py
vcstool/clients/hg.py
vcstool/clients/none.py
vcstool/clients/svn.py
vcstool/clients/tar.py
vcstool/clients/vcs_base.py
vcstool/commands/__init__.py
vcstool/commands/branch.py
vcstool/commands/command.py
vcstool/commands/custom.py
vcstool/commands/diff.py
vcstool/commands/export.py
vcstool/commands/help.py
vcstool/commands/import_.py
vcstool/commands/log.py
vcstool/commands/pull.py
vcstool/commands/push.py
vcstool/commands/remotes.py
vcstool/commands/status.py
vcstool/commands/vcs.py
vcstool/compat/__init__.py
vcstool/compat/shutil.py