diff options
author | Ben Hamilton <benhamilton@google.com> | 2018-01-11 16:30:08 +0000 |
---|---|---|
committer | Ben Hamilton <benhamilton@google.com> | 2018-01-11 16:30:08 +0000 |
commit | 9bcc957a293f62d6adf1dade98719de6d79bbf40 (patch) | |
tree | 2ffe2b7d73f0782539f4accf8cacbbd87b62ca9e | |
parent | 1d86b48a2da0acbe101adaf89a4cf356237edc26 (diff) | |
download | bcm5719-llvm-9bcc957a293f62d6adf1dade98719de6d79bbf40.tar.gz bcm5719-llvm-9bcc957a293f62d6adf1dade98719de6d79bbf40.zip |
[docs] Update Phabricator docs about setting repository for diffs uploaded via web
Summary:
Docs are out of date now that we have separate repositories for LLVM,
Clang, etc.
Reviewers: asb
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D41919
llvm-svn: 322290
-rw-r--r-- | llvm/docs/Phabricator.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst index ca39c18b65c..f7a5c793a87 100644 --- a/llvm/docs/Phabricator.rst +++ b/llvm/docs/Phabricator.rst @@ -65,14 +65,14 @@ To upload a new patch: * 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*. |