summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2018-01-12 15:44:35 +0000
committerBen Hamilton <benhamilton@google.com>2018-01-12 15:44:35 +0000
commite0d2f7678d3095eecaecf0de03389ea8ad5233ee (patch)
treebdd7eadda2d112f7ad246a772e0f161e87825489 /llvm
parente7c83619746f3e4c9fa6193dc36922341dff0eb7 (diff)
downloadbcm5719-llvm-e0d2f7678d3095eecaecf0de03389ea8ad5233ee.tar.gz
bcm5719-llvm-e0d2f7678d3095eecaecf0de03389ea8ad5233ee.zip
[docs] Tweak update to Phabricator docs about setting repository for diffs uploaded via web
Summary: In D41919, I missed that there was a *second* step when uploading diffs via web where the repository should be specified. Reviewers: asb, probinson Reviewed By: asb Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D41956 llvm-svn: 322375
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/Phabricator.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst
index f7a5c793a87..53cb3b5980a 100644
--- a/llvm/docs/Phabricator.rst
+++ b/llvm/docs/Phabricator.rst
@@ -65,15 +65,16 @@ To upload a new patch:
* Click *Differential*.
* Click *+ Create Diff*.
* Paste the text diff or browse to the patch file. Click *Create Diff*.
-* In the Repository field, enter the name of the project (LLVM, Clang,
- etc.) to which the review should be sent.
+* Leave this first Repository field blank. (We'll fill in the Repository
+ later, when sending the review.)
* 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). (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.
+* In the Repository field, enter the name of the project (LLVM, Clang,
+ etc.) to which the review should be sent.
* Click *Save*.
To submit an updated patch:
@@ -83,7 +84,8 @@ To submit an updated patch:
* Paste the updated diff or browse to the updated patch file. Click *Create Diff*.
* Select the review you want to from the *Attach To* dropdown and click
*Continue*.
-* Leave the Repository and Project fields blank.
+* Leave the Repository field blank. (We previously filled out the Repository
+ for the review request.)
* Add comments about the changes in the new diff. Click *Save*.
Choosing reviewers: You typically pick one or two people as initial reviewers.
OpenPOWER on IntegriCloud