[PATCH] D151047: [clang-format] Fix indentation for selective formatting.
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 11:54:50 PDT 2023
barannikov88 added a comment.
In D151047#4396739 <https://reviews.llvm.org/D151047#4396739>, @Sedeniono wrote:
> Oh damn, I executed `arc diff --update D151047` on the main branch instead of my own local branch... Sorry.
> Can I somehow revert that? Or should I simply use the "abandon review" action and create a entirely new one?
Just checkout the local branch and rerun this command :)
You will probably need to reset hard the main branch before or after that.
When you are updating the review and arc requests you to write a message, it asks for "what changed since the last revision".
It would usually be something like "Rebase" or "Address review comments", you don't need to repeat commit message there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151047/new/
https://reviews.llvm.org/D151047
More information about the cfe-commits
mailing list