[PATCH] D74990: [arcconfig] Default base to previous revision

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 16:27:27 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG915e76992437: [arcconfig] Default base to previous revision (authored by smeenai).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74990

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,5 +1,6 @@
 {
   "phabricator.uri" : "https://reviews.llvm.org/",
   "repository.callsign" : "G",
-  "conduit_uri" : "https://reviews.llvm.org/"
+  "conduit_uri" : "https://reviews.llvm.org/",
+  "base": "git:HEAD^"
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74990.246340.patch
Type: text/x-patch
Size: 340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/6af2d101/attachment.bin>


More information about the llvm-commits mailing list