Also document the 'arc commit' commands in the 'Committing a change' section of the Phabricator doc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sylvestre Ledru 2014-07-02 15:25:25 +00:00
parent 11be760757
commit 6508430c76

View File

@ -101,6 +101,14 @@ a change from Phabricator.
Committing a change
-------------------
Arcanist can manage the commit transparently. It will retrieve the description,
reviewers, the ``Differential Revision``, etc from the review and commit it to the repository.
::
arc commit --revision D<Revision>
When committing an LLVM change that has been reviewed using
Phabricator, the convention is for the commit message to end with the
line: