Document the `--verbatim` flag from arc to update the description for a phabricator revision

This commit is contained in:
Mehdi Amini 2020-09-23 18:00:37 +00:00
parent 55f5a0137f
commit 5281ba1994
1 changed files with 15 additions and 0 deletions

View File

@ -39,6 +39,21 @@ the command line. To get you set up, follow the
You can learn more about how to use arc to interact with
Phabricator in the `Arcanist User Guide`_.
The basic way of creating a revision for the current commit in your local
repository is to run:
::
arc diff HEAD~
If you later update your commit message, you need to add the `--verbatim`
option to have `arc` update the description on Phabricator:
::
arc diff --edit --verbatim
.. _phabricator-request-review-web: