For details, see T13544.
These flags have been removed or changed their syntax:
Old Flag | Replacement | Notes |
---|---|---|
--advice | Removed | Excuses have been removed. See "Excuses" below. |
--amend-all | Prompts | See "Prompts" below. |
--amend-autofixes | Removed | Removed without direct replacement; autofix is likely to be simplified away in future changes. |
--apply-patches | Prompts | See "Prompts", below. |
--encoding | Removed | Configurable in repositories, but obscure and obsoleted by upcoming changes. |
--excuse | Removed | Excuses have been removed. See "Excuses" below. |
--ignore-unsound-tests | Prompts | See "Prompts" below. |
--less-context | Removed | Obscure and obsoleted by future changes. Sometimes, --raw can accomplish the same goal. |
--lintall | arc lint --lintall | This never impacted the diff workflow in a meaningful way. See "Lint Passthru Options" below. |
--never-apply-patches | Prompts | See "Prompts" below. |
--no-amend | Prompts | See "Prompts" below. |
--only-new | Removed | This goal is better accomplished by adjusting message severity. See "Lint Passthru Options" below. |
--raw | --raw - | --raw and --raw-command have been merged into --raw <path>. Use --raw - to read stdin. |
--raw-command | --raw ... | See --raw. |
--use-commit-message / -C | Removed | Ancient flag from 2012, no modern use cases are known. |
Excuses
Prompts
Lint Passthru Options