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

llvm-svn: 212184
This commit is contained in:
Sylvestre Ledru 2014-07-02 15:25:25 +00:00
parent 972b4f1dd9
commit 1f3e92c871

View File

@ -101,6 +101,14 @@ a change from Phabricator.
Committing a change 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 When committing an LLVM change that has been reviewed using
Phabricator, the convention is for the commit message to end with the Phabricator, the convention is for the commit message to end with the
line: line: