[PATCH] D15801: Improve the documentation on committing code reviewed on Phabricator to trunk.

Manuel Klimek via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 07:13:31 PST 2016


klimek added inline comments.

================
Comment at: docs/Phabricator.rst:130-132
@@ -129,3 +129,5 @@
 
-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.
+Once a patch has been reviewed and approved on Phabricator it can then be
+committed to trunk.  There are multiple workflows to achieve this. Whichever
+method you follow you it is recommend that your commit message ends with the line:
+
----------------
s/you follow you/you follow/


http://reviews.llvm.org/D15801





More information about the llvm-commits mailing list