Skip to content

Commit 9bcc957

Browse files
committedJan 11, 2018
[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
1 parent 1d86b48 commit 9bcc957

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎llvm/docs/Phabricator.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ To upload a new patch:
6565
* Click *Differential*.
6666
* Click *+ Create Diff*.
6767
* Paste the text diff or browse to the patch file. Click *Create Diff*.
68-
* Leave the Repository field blank.
68+
* In the Repository field, enter the name of the project (LLVM, Clang,
69+
etc.) to which the review should be sent.
6970
* Leave the drop down on *Create a new Revision...* and click *Continue*.
7071
* Enter a descriptive title and summary. The title and summary are usually
7172
in the form of a :ref:`commit message <commit messages>`.
72-
* Add reviewers (see below for advice) and subscribe mailing
73-
lists that you want to be included in the review. If your patch is
74-
for LLVM, add llvm-commits as a Subscriber; if your patch is for Clang,
75-
add cfe-commits.
73+
* Add reviewers (see below for advice). (If you set the Repository field
74+
correctly, llvm-commits or cfe-commits will be subscribed automatically;
75+
otherwise, you will have to manually subscribe them.)
7676
* Leave the Repository and Project fields blank.
7777
* Click *Save*.
7878

0 commit comments

Comments
 (0)