[PATCH] D41919: [docs] Update Phabricator docs about setting repository for diffs uploaded via web

Ben Hamilton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 08:31:36 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322290: [docs] Update Phabricator docs about setting repository for diffs uploaded via… (authored by benhamilton, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D41919

Files:
  llvm/trunk/docs/Phabricator.rst


Index: llvm/trunk/docs/Phabricator.rst
===================================================================
--- llvm/trunk/docs/Phabricator.rst
+++ llvm/trunk/docs/Phabricator.rst
@@ -65,14 +65,14 @@
 * Click *Differential*.
 * Click *+ Create Diff*.
 * Paste the text diff or browse to the patch file. Click *Create Diff*.
-* Leave the Repository field blank.
+* In the Repository field, enter the name of the project (LLVM, Clang,
+  etc.) to which the review should be sent.
 * Leave the drop down on *Create a new Revision...* and click *Continue*.
 * Enter a descriptive title and summary.  The title and summary are usually
   in the form of a :ref:`commit message <commit messages>`.
-* Add reviewers (see below for advice) and subscribe mailing
-  lists that you want to be included in the review. If your patch is
-  for LLVM, add llvm-commits as a Subscriber; if your patch is for Clang,
-  add cfe-commits.
+* Add reviewers (see below for advice). (If you set the Repository field
+  correctly, llvm-commits or cfe-commits will be subscribed automatically;
+  otherwise, you will have to manually subscribe them.)
 * Leave the Repository and Project fields blank.
 * Click *Save*.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41919.129454.patch
Type: text/x-patch
Size: 1193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/f4ec7d7e/attachment.bin>


More information about the llvm-commits mailing list