[llvm] r212184 - Also document the 'arc commit' commands in the 'Committing a change' section of the Phabricator doc
Sylvestre Ledru
sylvestre at debian.org
Wed Jul 2 08:25:26 PDT 2014
Author: sylvestre
Date: Wed Jul 2 10:25:25 2014
New Revision: 212184
URL: http://llvm.org/viewvc/llvm-project?rev=212184&view=rev
Log:
Also document the 'arc commit' commands in the 'Committing a change' section of the Phabricator doc
Modified:
llvm/trunk/docs/Phabricator.rst
Modified: llvm/trunk/docs/Phabricator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Phabricator.rst?rev=212184&r1=212183&r2=212184&view=diff
==============================================================================
--- llvm/trunk/docs/Phabricator.rst (original)
+++ llvm/trunk/docs/Phabricator.rst Wed Jul 2 10:25:25 2014
@@ -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:
More information about the llvm-commits
mailing list