From baac4d6f2d398d591b8d67e3ec49d18469ab7cfa Mon Sep 17 00:00:00 2001 From: mat 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 } -- 2.45.0