[PATCH] D115519: [llvm][docs] Describe how to work with patch series on Phabricator

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 06:44:41 PST 2021


DavidSpickett created this revision.
DavidSpickett requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115519

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -128,6 +128,20 @@
 or llvm-commits, and if the subject line suggests the patch is something they
 should look at, they will.
 
+.. _creating-a-patch-series:
+
+Creating a patch series
+-----------------------
+
+Chaining reviews together requires some manual work.
+`This page <https://moz-conduit.readthedocs.io/en/latest/arcanist-user.html#series-of-commits>`_
+describes two ways to do this. One for submissions via arc and one
+for the web interface.
+
+A recommended workflow is to interactively rebase back to the first commit
+for review. Marking that and all your subsequent commits to be
+edited. At each commit make the necessary changes, submit with arc or the web
+interface and then continue the rebase.
 
 .. _finding-potential-reviewers:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115519.393471.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/987bee36/attachment.bin>


More information about the llvm-commits mailing list