From 6508430c76f30a012c5a64bdc22b80c8c3a56fa4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 2 Jul 2014 15:25:25 +0000 Subject: [PATCH] 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 --- docs/Phabricator.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index d7ec5d2369d..9e9b488742e 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -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 + + When committing an LLVM change that has been reviewed using Phabricator, the convention is for the commit message to end with the line: