summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2020-11-23 04:39:29 +0000
committerEitan Adler <eadler@FreeBSD.org>2020-11-23 04:39:29 +0000
commit1906ce9ca7d8fb9bb130c075e466812c22f8fd47 (patch)
tree261c4f76bf0b94b740f907593508ec74d1b050fc /.arcconfig
parentdac521ebcf5b5b8803973f1b1076012583f57b00 (diff)
downloadsrc-test2-1906ce9ca7d8fb9bb130c075e466812c22f8fd47.tar.gz
src-test2-1906ce9ca7d8fb9bb130c075e466812c22f8fd47.zip
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
Notes
Notes: svn path=/head/; revision=367945
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
index af7e7dc849c2..4ecf2640194e 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,5 @@
{
+ "repository.callsign" : "S",
"phabricator.uri" : "https://reviews.freebsd.org/",
"history.immutable" : true
}