From f8920ab9ce345fc0e720ae73f306388c27c7c0a5 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 23 Nov 2020 04:37:38 +0000 Subject: [PATCH] arcconfig: add callsign again Problem When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which repository is being modified. Solution Restore callsign to .arcconfig to enable exact repository matching even with git-svn. Reported By: jhb --- .arcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.arcconfig b/.arcconfig index af7e7dc849..a12ec9b986 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { + "repository.callsign" : "D", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true }