How to submit a series of patches in a single review

Thanks, Fraser. That sounds good. David just proposed the same solution. I will try.
But it would really help if there are any documents addressing this.

------------------ Original ------------------

I will write up something to go after
https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
and post for review.

Just to add that if you put in your second patch summary “Depends on DXXXXXX” where DXXXXXX is the identifier for the first patch, the patch series is automatically linked together, so you don’t need to manually click on “Edit related revisions”.

@David, I’d recommend you include this in your doc update.

As an aside, Phabricator is more powerful than a GitHub PR in this respect, in that you can have a branching dependency tree, rather than having all commits in a single linear list, should some patches themselves be somewhat unrelated, but all depending on one more parent patches.

James