[PATCH] D108970: [Docs][Phabricator] Mention how to create a draft revision

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 23:11:20 PDT 2021


xgupta updated this revision to Diff 369631.
xgupta added a comment.

fix grammatical mistakes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108970/new/

https://reviews.llvm.org/D108970

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -47,6 +47,18 @@
   arc diff HEAD~
 
 
+Sometime you may want to create a draft revision to show the proof of concept
+or for experimental purposes, In that case you can use the `--draft` option. It
+will either create a new draft revisoin or convert the original revision to a
+draft revision depending on your local branch status. The 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:
+
+::
+
+  arc diff --draft HEAD~
+
+
 If you later update your commit message, you need to add the `--verbatim`
 option to have `arc` update the description on Phabricator:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108970.369631.patch
Type: text/x-patch
Size: 833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/e290fb9e/attachment.bin>


More information about the llvm-commits mailing list