From 35352518fe5c0e488df14cb43fe77a80d4299c2d Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Tue, 13 Jan 2015 00:50:31 +0000 Subject: [PATCH] Phabricator calls it "subscriber" not "cc" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225747 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Phabricator.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index 8ac9afec6c3..3f4f72ab753 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -66,7 +66,8 @@ To upload a new patch: * Leave the drop down on *Create a new Revision...* and click *Continue*. * Enter a descriptive title and summary; add reviewers and mailing lists that you want to be included in the review. If your patch is - for LLVM, cc llvm-commits; if your patch is for Clang, cc cfe-commits. + for LLVM, add llvm-commits as a subscriber; if your patch is for Clang, + add cfe-commits. * Click *Save*. To submit an updated patch: -- 2.34.1