[llvm] 07f33a3 - Correct a minor point with the Phabricator docs

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 04:15:17 PDT 2022


Author: Aaron Ballman
Date: 2022-03-28T07:15:09-04:00
New Revision: 07f33a357d8981b2f2c92aa58acec4c8088dc697

URL: https://github.com/llvm/llvm-project/commit/07f33a357d8981b2f2c92aa58acec4c8088dc697
DIFF: https://github.com/llvm/llvm-project/commit/07f33a357d8981b2f2c92aa58acec4c8088dc697.diff

LOG: Correct a minor point with the Phabricator docs

The repository field we want to leave blank is on the page as the
`Create Diff` button, so merged the instructions about leaving the
field blank and clicking the button.

Added: 
    

Modified: 
    llvm/docs/Phabricator.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst
index 40dab7e6d91e4..259175a64ecf1 100644
--- a/llvm/docs/Phabricator.rst
+++ b/llvm/docs/Phabricator.rst
@@ -99,9 +99,9 @@ To upload a new patch:
 
 * Click *Differential*.
 * Click *+ Create Diff*.
-* Paste the text 
diff  or browse to the patch file. Click *Create Diff*.
-* Leave this first Repository field blank. (We'll fill in the Repository
-  later, when sending the review.)
+* Paste the text 
diff  or browse to the patch file. Leave this first Repository
+  field blank. (We'll fill in the Repository later, when sending the review.)
+  Click *Create Diff*.
 * 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>`.


        


More information about the llvm-commits mailing list