.coveragerc
.git_archival.txt
.gitattributes
.gitignore
.gitlab-ci.yml
.packit.yaml
.prospector.yml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
doc-requirements-gssapi.txt
doc-requirements.txt
lint-requirements.txt
pylintrc
pyproject.toml
rebase-helper.bash.in
rebase-helper.py
rebase-helper.spec
requirements.txt
setup.cfg
test-requirements.txt
tox.ini
.github/workflows/ci.yml
.github/workflows/release.yml
containers/Containerfile
containers/Containerfile.base.fedora-latest
containers/Containerfile.base.fedora-rawhide
containers/Containerfile.gitlab-ci
containers/Containerfile.integration
containers/Containerfile.tests
containers/Makefile.docker
containers/Makefile.podman
containers/cert.pem
containers/docker-compose.yml
containers/entrypoint.sh
containers/integration.py
containers/integration_data/existing_file.txt
containers/integration_data/pkgs/rpms/man-pages/man-pages-posix-2013-a.tar.xz/sha512/e6ec8eb57269fadf368aeaac31b5a98b9c71723d4d5cc189f9c4642d6e865c88e44f77481dccbdb72e31526488eb531f624d455016361687a834ccfcac19fa14/man-pages-posix-2013-a.tar.xz
containers/integration_data/pkgs/rpms/rebase-helper/0.8.0.tar.gz/md5/91de540caef64cb8aa7fd250f2627a93/0.8.0.tar.gz
containers/integration_data/pkgs/rpms/test/test-0.1.tar.gz
containers/integration_data/pkgs/rpms/test/test-0.2.tar.gz
containers/integration_data/pkgs/rpms/test/test-0.3.tar.gz
containers/integration_data/pkgs/rpms/vim-go/v1.6.tar.gz/md5/847d3e3577982a9515ad0aec6d5111b2/v1.6.tar.gz
containers/integration_data/versioneers/read-pkg
containers/integration_data/versioneers/uglify-js
containers/integration_data/versioneers/download_url/Data::GUID
containers/integration_data/versioneers/download_url/Task::Kensho::Toolchain
containers/integration_data/versioneers/m2r/json
containers/integration_data/versioneers/package/cab/preferred
containers/integration_data/versioneers/package/clock/preferred
containers/integration_data/versioneers/project/Fedora/libtiff
containers/integration_data/versioneers/project/Fedora/vim-go
containers/integration_data/versioneers/pyodbc/json
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/description.rst
docs/index.rst
docs/_static/css/custom.css
docs/api/application.rst
docs/api/archive.rst
docs/api/cli.rst
docs/api/exceptions.rst
docs/api/helpers.rst
docs/api/index.rst
docs/api/logger.rst
docs/api/patcher.rst
docs/api/plugins.rst
docs/api/specfile.rst
docs/api/temporaryenvironment.rst
docs/api/helpers/bugzillahelper.rst
docs/api/helpers/consolehelper.rst
docs/api/helpers/coprhelper.rst
docs/api/helpers/downloadhelper.rst
docs/api/helpers/githelper.rst
docs/api/helpers/inputhelper.rst
docs/api/helpers/kojihelper.rst
docs/api/helpers/lookasidecachehelper.rst
docs/api/helpers/pathhelper.rst
docs/api/helpers/processhelper.rst
docs/api/helpers/rpmhelper.rst
docs/api/plugins/buildloghooks.rst
docs/api/plugins/buildtools.rst
docs/api/plugins/checker.rst
docs/api/plugins/outputtools.rst
docs/api/plugins/plugincollection.rst
docs/api/plugins/pluginmanager.rst
docs/api/plugins/rpmbuildtools.rst
docs/api/plugins/spechooks.rst
docs/api/plugins/srpmbuildtools.rst
docs/api/plugins/versioneer.rst
docs/ext/__init__.py
docs/ext/autoargs.py
docs/ext/custom_man_builder.py
docs/man/rebase-helper.rst
docs/user_guide/index.rst
docs/user_guide/installation.rst
docs/user_guide/logging.rst
docs/user_guide/rebasing_in_container.rst
docs/user_guide/usage.rst
docs/user_guide/writing_plugins.rst
rebasehelper/__init__.py
rebasehelper/application.py
rebasehelper/archive.py
rebasehelper/argument_parser.py
rebasehelper/cli.py
rebasehelper/completion.py
rebasehelper/config.py
rebasehelper/constants.py
rebasehelper/exceptions.py
rebasehelper/logger.py
rebasehelper/options.py
rebasehelper/patcher.py
rebasehelper/results_store.py
rebasehelper/sample_config.py
rebasehelper/specfile.py
rebasehelper/temporary_environment.py
rebasehelper/types.py
rebasehelper.egg-info/PKG-INFO
rebasehelper.egg-info/SOURCES.txt
rebasehelper.egg-info/dependency_links.txt
rebasehelper.egg-info/entry_points.txt
rebasehelper.egg-info/requires.txt
rebasehelper.egg-info/top_level.txt
rebasehelper/helpers/__init__.py
rebasehelper/helpers/bugzilla_helper.py
rebasehelper/helpers/console_helper.py
rebasehelper/helpers/copr_helper.py
rebasehelper/helpers/download_helper.py
rebasehelper/helpers/git_helper.py
rebasehelper/helpers/input_helper.py
rebasehelper/helpers/koji_helper.py
rebasehelper/helpers/lookaside_cache_helper.py
rebasehelper/helpers/path_helper.py
rebasehelper/helpers/process_helper.py
rebasehelper/helpers/rpm_helper.py
rebasehelper/plugins/__init__.py
rebasehelper/plugins/plugin.py
rebasehelper/plugins/plugin_collection.py
rebasehelper/plugins/plugin_loader.py
rebasehelper/plugins/plugin_manager.py
rebasehelper/plugins/build_log_hooks/__init__.py
rebasehelper/plugins/build_log_hooks/files.py
rebasehelper/plugins/build_tools/__init__.py
rebasehelper/plugins/build_tools/rpm/__init__.py
rebasehelper/plugins/build_tools/rpm/copr_.py
rebasehelper/plugins/build_tools/rpm/koji_.py
rebasehelper/plugins/build_tools/rpm/mock.py
rebasehelper/plugins/build_tools/rpm/rpmbuild.py
rebasehelper/plugins/build_tools/srpm/__init__.py
rebasehelper/plugins/build_tools/srpm/mock.py
rebasehelper/plugins/build_tools/srpm/rpmbuild.py
rebasehelper/plugins/checkers/__init__.py
rebasehelper/plugins/checkers/abipkgdiff.py
rebasehelper/plugins/checkers/csmock.py
rebasehelper/plugins/checkers/licensecheck.py
rebasehelper/plugins/checkers/pkgdiff.py
rebasehelper/plugins/checkers/rpmdiff.py
rebasehelper/plugins/checkers/rpminspect.py
rebasehelper/plugins/checkers/rpminspect_rpm.py
rebasehelper/plugins/checkers/rpminspect_srpm.py
rebasehelper/plugins/checkers/sonamecheck.py
rebasehelper/plugins/output_tools/__init__.py
rebasehelper/plugins/output_tools/json_.py
rebasehelper/plugins/output_tools/text.py
rebasehelper/plugins/spec_hooks/__init__.py
rebasehelper/plugins/spec_hooks/commit_hash_updater.py
rebasehelper/plugins/spec_hooks/escape_macros.py
rebasehelper/plugins/spec_hooks/paths_to_rpm_macros.py
rebasehelper/plugins/spec_hooks/pypi_url_fix.py
rebasehelper/plugins/spec_hooks/replace_old_version.py
rebasehelper/plugins/spec_hooks/ruby_helper.py
rebasehelper/plugins/spec_hooks/typo_fix.py
rebasehelper/plugins/versioneers/__init__.py
rebasehelper/plugins/versioneers/anitya.py
rebasehelper/plugins/versioneers/cpan.py
rebasehelper/plugins/versioneers/hackage.py
rebasehelper/plugins/versioneers/npmjs.py
rebasehelper/plugins/versioneers/pypi.py
rebasehelper/plugins/versioneers/rubygems.py
tests/__init__.py
tests/conftest.py
tests/test_application.py
tests/test_archive.py
tests/test_cli.py
tests/test_config.py
tests/test_patcher.py
tests/test_results_store.py
tests/test_specfile.py
tests/test_temporary_environment.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/test_rebase.py
tests/helpers/__init__.py
tests/helpers/test_console_helper.py
tests/helpers/test_download_helper.py
tests/helpers/test_git_helper.py
tests/helpers/test_input_helper.py
tests/helpers/test_lookaside_cache_helper.py
tests/helpers/test_path_helper.py
tests/helpers/test_process_helper.py
tests/helpers/test_rpm_helper.py
tests/plugins/__init__.py
tests/plugins/test_checkers.py
tests/plugins/test_output_tools.py
tests/plugins/test_spec_hooks.py
tests/plugins/test_versioneers.py
tests/testing_files/documentation.tar.xz
tests/testing_files/files.xml
tests/testing_files/misc.zip
tests/testing_files/rebase-helper-d70cb5a2f523db5b6088427563531f43b7703859.tar.gz
tests/testing_files/source-tests.sh
tests/testing_files/test-1.0.2.tar.xz
tests/testing_files/test-1.0.3.tar.xz
tests/testing_files/test-testing.patch
tests/testing_files/test-testing2.patch
tests/testing_files/test-testing3.patch
tests/testing_files/test-testing4.patch
tests/testing_files/test.spec
tests/testing_files/archives/archive-invalid.tar.bz2
tests/testing_files/archives/archive-invalid.tar.xz
tests/testing_files/archives/archive.crate
tests/testing_files/archives/archive.gem
tests/testing_files/archives/archive.tar.bz2
tests/testing_files/archives/archive.tar.gz
tests/testing_files/archives/archive.tar.xz
tests/testing_files/archives/archive.tgz
tests/testing_files/archives/archive.zip
tests/testing_files/archives/file.txt
tests/testing_files/archives/file.txt.bz2
tests/testing_files/patcher/1.patch
tests/testing_files/patcher/2.patch
tests/testing_files/patcher/3.patch
tests/testing_files/patcher/4.patch
tests/testing_files/patcher/lipsum_new.txt
tests/testing_files/patcher/lipsum_old.txt
tests/testing_files/rebase/applicable.patch
tests/testing_files/rebase/backported.patch
tests/testing_files/rebase/conflicting.patch
tests/testing_files/rebase/renamed-0.1.patch
tests/testing_files/rebase/test.spec