MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/alternatives.rst
docs/conf.py
docs/contribute.rst
docs/exts.py
docs/exts.pyc
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/api/cli.rst
docs/api/commands.rst
docs/api/conf.settings.rst
docs/api/index.rst
docs/api/nodes.rst
docs/api/backends/git.rst
docs/api/backends/hg.rst
docs/api/backends/index.rst
docs/api/utils/index.rst
docs/build/doctrees/alternatives.doctree
docs/build/doctrees/contribute.doctree
docs/build/doctrees/environment.pickle
docs/build/doctrees/index.doctree
docs/build/doctrees/installation.doctree
docs/build/doctrees/quickstart.doctree
docs/build/doctrees/api/cli.doctree
docs/build/doctrees/api/commands.doctree
docs/build/doctrees/api/conf.settings.doctree
docs/build/doctrees/api/index.doctree
docs/build/doctrees/api/nodes.doctree
docs/build/doctrees/api/backends/git.doctree
docs/build/doctrees/api/backends/hg.doctree
docs/build/doctrees/api/backends/index.doctree
docs/build/doctrees/api/utils/index.doctree
docs/build/doctrees/usage/index.doctree
docs/build/doctrees/usage/vcsrc.doctree
docs/build/html/alternatives.html
docs/build/html/contribute.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/installation.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/quickstart.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/_sources/alternatives.txt
docs/build/html/_sources/contribute.txt
docs/build/html/_sources/index.txt
docs/build/html/_sources/installation.txt
docs/build/html/_sources/quickstart.txt
docs/build/html/_sources/api/cli.txt
docs/build/html/_sources/api/commands.txt
docs/build/html/_sources/api/conf.settings.txt
docs/build/html/_sources/api/index.txt
docs/build/html/_sources/api/nodes.txt
docs/build/html/_sources/api/backends/git.txt
docs/build/html/_sources/api/backends/hg.txt
docs/build/html/_sources/api/backends/index.txt
docs/build/html/_sources/api/utils/index.txt
docs/build/html/_sources/usage/index.txt
docs/build/html/_sources/usage/vcsrc.txt
docs/build/html/_static/adctheme.css
docs/build/html/_static/basic.css
docs/build/html/_static/breadcrumb_background.png
docs/build/html/_static/doctools.js
docs/build/html/_static/documentation.png
docs/build/html/_static/file.png
docs/build/html/_static/header_sm_mid.png
docs/build/html/_static/jquery.js
docs/build/html/_static/minus.png
docs/build/html/_static/mobile.css
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/scrn1.png
docs/build/html/_static/scrn2.png
docs/build/html/_static/searchfield_leftcap.png
docs/build/html/_static/searchfield_repeat.png
docs/build/html/_static/searchfield_rightcap.png
docs/build/html/_static/searchtools.js
docs/build/html/_static/title_background.png
docs/build/html/_static/toc.js
docs/build/html/_static/triangle_closed.png
docs/build/html/_static/triangle_left.png
docs/build/html/_static/triangle_open.png
docs/build/html/_static/underscore.js
docs/build/html/api/cli.html
docs/build/html/api/commands.html
docs/build/html/api/conf.settings.html
docs/build/html/api/index.html
docs/build/html/api/nodes.html
docs/build/html/api/backends/git.html
docs/build/html/api/backends/hg.html
docs/build/html/api/backends/index.html
docs/build/html/api/utils/index.html
docs/build/html/usage/index.html
docs/build/html/usage/vcsrc.html
docs/theme/ADC/layout.html
docs/theme/ADC/theme.conf
docs/theme/ADC/static/adctheme.css
docs/theme/ADC/static/breadcrumb_background.png
docs/theme/ADC/static/documentation.png
docs/theme/ADC/static/header_sm_mid.png
docs/theme/ADC/static/mobile.css
docs/theme/ADC/static/scrn1.png
docs/theme/ADC/static/scrn2.png
docs/theme/ADC/static/searchfield_leftcap.png
docs/theme/ADC/static/searchfield_repeat.png
docs/theme/ADC/static/searchfield_rightcap.png
docs/theme/ADC/static/title_background.png
docs/theme/ADC/static/toc.js
docs/theme/ADC/static/triangle_closed.png
docs/theme/ADC/static/triangle_left.png
docs/theme/ADC/static/triangle_open.png
docs/usage/index.rst
docs/usage/vcsrc.rst
vcs/__init__.py
vcs/__init__.pyc
vcs/cli.py
vcs/cli.pyc
vcs/exceptions.py
vcs/exceptions.pyc
vcs/nodes.py
vcs/nodes.pyc
vcs.egg-info/PKG-INFO
vcs.egg-info/SOURCES.txt
vcs.egg-info/dependency_links.txt
vcs.egg-info/entry_points.txt
vcs.egg-info/not-zip-safe
vcs.egg-info/requires.txt
vcs.egg-info/top_level.txt
vcs/backends/__init__.py
vcs/backends/__init__.pyc
vcs/backends/base.py
vcs/backends/base.pyc
vcs/backends/git.py
vcs/backends/git.pyc
vcs/backends/hg.py
vcs/backends/hg.pyc
vcs/commands/__init__.py
vcs/commands/__init__.pyc
vcs/commands/cat.py
vcs/commands/cat.pyc
vcs/commands/log.py
vcs/commands/log.pyc
vcs/commands/summary.py
vcs/commands/summary.pyc
vcs/conf/__init__.py
vcs/conf/__init__.pyc
vcs/conf/settings.py
vcs/conf/settings.pyc
vcs/tests/__init__.py
vcs/tests/__init__.pyc
vcs/tests/__main__.py
vcs/tests/base.py
vcs/tests/base.pyc
vcs/tests/conf.py
vcs/tests/conf.pyc
vcs/tests/test_archives.py
vcs/tests/test_archives.pyc
vcs/tests/test_branches.py
vcs/tests/test_branches.pyc
vcs/tests/test_changesets.py
vcs/tests/test_changesets.pyc
vcs/tests/test_cli.py
vcs/tests/test_cli.pyc
vcs/tests/test_filenodes_unicode_path.py
vcs/tests/test_filenodes_unicode_path.pyc
vcs/tests/test_getitem.py
vcs/tests/test_getitem.pyc
vcs/tests/test_getslice.py
vcs/tests/test_getslice.pyc
vcs/tests/test_git.py
vcs/tests/test_git.pyc
vcs/tests/test_hg.py
vcs/tests/test_hg.pyc
vcs/tests/test_inmemchangesets.py
vcs/tests/test_inmemchangesets.pyc
vcs/tests/test_nodes.py
vcs/tests/test_nodes.pyc
vcs/tests/test_tags.py
vcs/tests/test_tags.pyc
vcs/tests/test_utils.py
vcs/tests/test_utils.pyc
vcs/tests/test_utils_fakemod.py
vcs/tests/test_utils_fakemod.pyc
vcs/tests/test_utils_filesize.py
vcs/tests/test_utils_filesize.pyc
vcs/tests/test_utils_progressbar.py
vcs/tests/test_utils_progressbar.pyc
vcs/tests/test_vcs.py
vcs/tests/test_vcs.pyc
vcs/tests/test_workdirs.py
vcs/tests/test_workdirs.pyc
vcs/tests/utils.py
vcs/tests/utils.pyc
vcs/utils/__init__.py
vcs/utils/__init__.pyc
vcs/utils/annotate.py
vcs/utils/annotate.pyc
vcs/utils/archivers.py
vcs/utils/baseui_config.py
vcs/utils/compat.py
vcs/utils/compat.pyc
vcs/utils/diffs.py
vcs/utils/diffs.pyc
vcs/utils/fakemod.py
vcs/utils/fakemod.pyc
vcs/utils/filesize.py
vcs/utils/filesize.pyc
vcs/utils/helpers.py
vcs/utils/helpers.pyc
vcs/utils/imports.py
vcs/utils/imports.pyc
vcs/utils/lazy.py
vcs/utils/lazy.pyc
vcs/utils/ordered_dict.py
vcs/utils/ordered_dict.pyc
vcs/utils/paths.py
vcs/utils/paths.pyc
vcs/utils/progressbar.py
vcs/utils/progressbar.pyc
vcs/utils/termcolors.py
vcs/utils/termcolors.pyc