doc/.arcconfig
Eitan Adler f8920ab9ce 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
2020-11-23 04:37:38 +00:00

5 lines
115 B
JSON

{
"repository.callsign" : "D",
"phabricator.uri" : "https://reviews.freebsd.org/",
"history.immutable" : true
}