diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2020-11-23 12:40:33 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2020-11-23 12:40:33 +0800 |
commit | 11076b5e89c519c81e670b077122ae919057241b (patch) | |
tree | 42a4498f4ac502b841656c473c202c8ad9c67f86 /.arcconfig | |
parent | c5f7d3bb4ba29c0c4a03fa77d75adc75cf06d5c4 (diff) | |
download | freebsd-ports-gnome-11076b5e89c519c81e670b077122ae919057241b.tar.gz freebsd-ports-gnome-11076b5e89c519c81e670b077122ae919057241b.tar.zst freebsd-ports-gnome-11076b5e89c519c81e670b077122ae919057241b.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
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig index af7e7dc849c2..19895cdfd818 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { + "repository.callsign" : "P", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true } |