[PATCH] D108969: minor update

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 22:43:03 PDT 2021


xgupta created this revision.
xgupta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108969

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -47,8 +47,12 @@
   arc diff HEAD~
 
 
-To create a revision as a working draft, you can add the `--draft` option to
-above the command:
+Sometime you may want to create a draft revision to show the proof of concept 
+or for experiemntal purpose, In that case you can use the `--draft` option. It 
+will either create a new draft revisoin or convert the original revision to 
+draft revision depending on your local branch status. Good part is: it will not 
+send mail to llvm-commit mailing list, patch reviewers and all other subscribers, 
+buildbot will also run on every patch update:
 
 ::
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108969.369628.patch
Type: text/x-patch
Size: 760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/7243b4ef/attachment.bin>


More information about the llvm-commits mailing list