Skip to content

Commit 5281ba1

Browse files
committed
Document the --verbatim flag from arc to update the description for a phabricator revision
1 parent 55f5a01 commit 5281ba1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

llvm/docs/Phabricator.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ the command line. To get you set up, follow the
3939

4040
You can learn more about how to use arc to interact with
4141
Phabricator in the `Arcanist User Guide`_.
42+
The basic way of creating a revision for the current commit in your local
43+
repository is to run:
44+
45+
::
46+
47+
arc diff HEAD~
48+
49+
50+
If you later update your commit message, you need to add the `--verbatim`
51+
option to have `arc` update the description on Phabricator:
52+
53+
::
54+
55+
arc diff --edit --verbatim
56+
4257

4358
.. _phabricator-request-review-web:
4459

0 commit comments

Comments
 (0)