[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 22:57:00 PDT 2021


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

https://llvm.org/docs/Phabricator.html have two links to Arcnist guide but
none of them mention how to create a draft revision. It would create some less noise if
developers create draft revisoin in this(--draft) way instead of [WIP] tag way.


Repository:
  rG LLVM Github Monorepo

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 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:
+
+::
+
+  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.369630.patch
Type: text/x-patch
Size: 830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/95d926db/attachment.bin>


More information about the llvm-commits mailing list