svn commit: r46919 - head

Mathieu Arnold mat at FreeBSD.org
Thu Jul 2 22:23:36 UTC 2015


Author: mat
Date: Thu Jul  2 22:23:35 2015
New Revision: 46919
URL: https://svnweb.freebsd.org/changeset/doc/46919

Log:
  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

Modified:
  head/.arcconfig

Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig	Thu Jul  2 21:45:22 2015	(r46918)
+++ head/.arcconfig	Thu Jul  2 22:23:35 2015	(r46919)
@@ -1,5 +1,6 @@
 {
 	"project.name": "D",
+	"repository.callsign" : "D",
 	"phabricator.uri" : "https://reviews.freebsd.org/",
 	"history.immutable" : true
 }


More information about the svn-doc-all mailing list