[PATCH] D76952: Add mention of advantages of `arc` in the Phabricator doc.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 13:43:20 PDT 2020


mehdi_amini created this revision.
mehdi_amini added a reviewer: sylvestre.ledru.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76952

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -48,7 +48,11 @@
 The tool to create and review patches in Phabricator is called
 *Differential*.
 
-Note that you can upload patches created through git.
+Note that you can upload patches created through git, but using `arc` on the
+command line (see previous section) is prefered: it adds more metadata to
+Phabricator which are useful for the pre-merge testing system and for
+propagating attribution on commits when someone else has to push it for you.
+
 To make reviews easier, please always include **as much context as
 possible** with your diff! Don't worry, Phabricator
 will automatically send a diff with a smaller context in the review


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76952.253210.patch
Type: text/x-patch
Size: 812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200327/1e28d394/attachment.bin>


More information about the llvm-commits mailing list