.testr.conf
ACKNOWLEDGEMENTS
AUTHORS
ChangeLog
DESCRIPTION
LICENSE
README.md
USAGE.md
build_manpage.py
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
bash_completion/git-upstream
functional-tests/.gitignore
functional-tests/010-test_version_check.sh
functional-tests/020-test_help.sh
functional-tests/030-test_no_local_changes.sh
functional-tests/040-test_simple_rebase.sh
functional-tests/050-test_supersede.sh
functional-tests/060-test_drop.sh
functional-tests/README.md
functional-tests/run_tests.sh
functional-tests/sample-test_name_here.sh
functional-tests/libs/logging.lib
functional-tests/libs/utils.lib
git_upstream/__init__.py
git_upstream/errors.py
git_upstream/log.py
git_upstream/main.py
git_upstream/rebase_editor.py
git_upstream/subcommand.py
git_upstream.egg-info/PKG-INFO
git_upstream.egg-info/SOURCES.txt
git_upstream.egg-info/dependency_links.txt
git_upstream.egg-info/entry_points.txt
git_upstream.egg-info/not-zip-safe
git_upstream.egg-info/requires.txt
git_upstream.egg-info/top_level.txt
git_upstream/commands/__init__.py
git_upstream/commands/drop.py
git_upstream/commands/import.py
git_upstream/commands/supersede.py
git_upstream/lib/__init__.py
git_upstream/lib/note.py
git_upstream/lib/pygitcompat.py
git_upstream/lib/rebaseeditor.py
git_upstream/lib/searchers.py
git_upstream/lib/utils.py
git_upstream/tests/__init__.py
git_upstream/tests/base.py
git_upstream/tests/test_commands.py
git_upstream/tests/test_drop.py
git_upstream/tests/test_import.py
git_upstream/tests/test_import_cmd.py
git_upstream/tests/test_log.py
git_upstream/tests/test_searchers.py
git_upstream/tests/test_strategies.py
git_upstream/tests/test_supersede.py