[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:13:36 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8254f4afcbca: [Docs][Phabricator] Mention how to create a draft revision (authored by xgupta).
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.369632.patch
Type: text/x-patch
Size: 833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/2685c129/attachment.bin>
More information about the llvm-commits
mailing list