diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-02 22:22:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-02 22:22:56 +0000 |
commit | 5598c966f79ac85f087121d12ab11b741612358f (patch) | |
tree | f12a8e8b8c82936c022dde489ecbc92feb2449c6 /.arcconfig | |
parent | 7ce5287fb09d6a910228f9ab8bb4e53914752dad (diff) |
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
Notes
Notes:
svn path=/head/; revision=391201
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig index 4c0e798a0a65..3ed2615bd07d 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,6 @@ { "project.name": "P", + "repository.callsign" : "P", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true } |