.arcconfig
.gitignore
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
PULL_REQUEST_TEMPLATE.md
README.md
TELEMETRY.md
pyproject.toml
pytest.ini
update_requirements_linux.sh
.circleci/config.yml
MozPhab.egg-info/PKG-INFO
MozPhab.egg-info/SOURCES.txt
MozPhab.egg-info/dependency_links.txt
MozPhab.egg-info/entry_points.txt
MozPhab.egg-info/requires.txt
MozPhab.egg-info/top_level.txt
dev/docker-compose.yml
dev/release_announcement.py
dev/docker/windows-miniconda/Dockerfile
dev/requirements/base.in
dev/requirements/python3.10.txt
dev/requirements/python3.7.txt
dev/requirements/python3.8.txt
dev/requirements/python3.9.txt
dev/requirements/windows.txt
mozphab/__init__.py
mozphab/__main__.py
mozphab/args.py
mozphab/bmo.py
mozphab/conduit.py
mozphab/config.py
mozphab/detect_repository.py
mozphab/diff.py
mozphab/environment.py
mozphab/exceptions.py
mozphab/git.py
mozphab/gitcommand.py
mozphab/helpers.py
mozphab/logger.py
mozphab/mercurial.py
mozphab/metrics.yaml
mozphab/mozphab.py
mozphab/patch.py
mozphab/pings.yaml
mozphab/repository.py
mozphab/sentry.py
mozphab/simplecache.py
mozphab/spinner.py
mozphab/subprocess_wrapper.py
mozphab/telemetry.py
mozphab/updater.py
mozphab/user.py
mozphab/commands/__init__.py
mozphab/commands/doctor.py
mozphab/commands/install_certificate.py
mozphab/commands/patch.py
mozphab/commands/reorganise.py
mozphab/commands/self_update.py
mozphab/commands/submit.py
mozphab/commands/uplift.py
mozphab/commands/version.py
tests/__init__.py
tests/conftest.py
tests/test_args.py
tests/test_bmo.py
tests/test_commit_parsing.py
tests/test_conduit.py
tests/test_config.py
tests/test_diff.py
tests/test_git.py
tests/test_helpers.py
tests/test_hg.py
tests/test_integration_git.py
tests/test_integration_hg.py
tests/test_integration_hg_dag.py
tests/test_integration_patch.py
tests/test_integration_reorganise.py
tests/test_patch.py
tests/test_reorganise.py
tests/test_sentry.py
tests/test_style.py
tests/test_submit.py
tests/test_telemetry.py
tests/test_updater.py
tests/test_uplift.py
tests/test_user.py
tests/data/img.png
tests/scripts/test-update-commit-summaries.sh