From 4e21b8cf6b7440935a588cf97083f4d855c89594 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 2 Jul 2015 22:23:52 +0000 Subject: [PATCH] Add repository.callsign, to help arcanist figure out what repo it's doing things on when not using Subversion. With hat: phabric-admin@ Sponsored by: Absolight --- .arcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.arcconfig b/.arcconfig index fa78c6db09a..54153b9bd42 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,6 @@ { "project.name": "S", + "repository.callsign" : "S", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true }