Skip to content

Commit

Permalink
Also document the 'arc commit' commands in the 'Committing a change' …
Browse files Browse the repository at this point in the history
…section of the Phabricator doc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212184 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sylvestre committed Jul 2, 2014
1 parent 11be760 commit 6508430
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Phabricator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6508430

Please sign in to comment.