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

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 3 03:11:41 PDT 2021


xgupta created this revision.
xgupta added reviewers: sylvestre.ledru, fhahn.
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 mention how to create a draft revision.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105393

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -47,6 +47,14 @@
   arc diff HEAD~
 
 
+To create a revision as a working draft, you can add the `--draft` option to
+above the command:
+
+::
+
+  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: D105393.356336.patch
Type: text/x-patch
Size: 476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210703/26baaed5/attachment.bin>


More information about the llvm-commits mailing list