[PATCH] D129232: [llvm][docs] commit phabricator patch

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 16:24:39 PDT 2022


nickdesaulniers added a comment.

In D129232#3640103 <https://reviews.llvm.org/D129232#3640103>, @MaskRay wrote:

> Does this make all of
>
>   arc patch D129232
>   arc diff 'HEAD^'  # upload a patch but don't update the summary
>   arc diff --head=HEAD 'HEAD^' --verbatim  # upload a patch and update its summary with the local commit message
>   arc amend  # update the local commit message with the summary
>   arc branch
>
> work?

Yes, but `arc branch` produces the following exception for me:

  $ arc branch
  (Assuming "branch" is the British spelling of "branches".)
   USAGE EXCEPTION  Found more than 1,000 unpublished commits which are ancestors of heads.

That doesn't appear related/not sure what "success" looks like for that command since I've never run it before your suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129232



More information about the llvm-commits mailing list