[PATCH] D78867: docs: update 'arc land' command

Sergei Trofimovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 25 12:12:07 PDT 2020


trofi created this revision.
trofi added a reviewer: sylvestre.ledru.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

`arc land` accepts precise git ref but not a differential.

Just differential does not work:

  $ arc land D78676
  ...
  EXCEPTION: (Exception) Branch "D78676" does not exist in the local working copy.

Full branch name works:

  $ arc land arcpatch-D78676
  ...
   DONE  Landed changes.

Let's use full branch name in documentation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78867

Files:
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -221,7 +221,7 @@
 
 ::
 
-  arc land D<Revision>
+  arc land arcpatch-D<Revision>
 
 
 Abandoning a change


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78867.260129.patch
Type: text/x-patch
Size: 271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200425/d7abbf33/attachment.bin>


More information about the llvm-commits mailing list