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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 23:02:03 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good, thanks! (just a few grammatical/spelling fixes)



================
Comment at: llvm/docs/Phabricator.rst:51
+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 
----------------
typo/spelling for "experimental"


================
Comment at: llvm/docs/Phabricator.rst:52
+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 
----------------



================
Comment at: llvm/docs/Phabricator.rst:53
+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, 
----------------



================
Comment at: llvm/docs/Phabricator.rst:54
+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:
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108970



More information about the llvm-commits mailing list