From owner-svn-doc-head@freebsd.org Thu Jul 2 22:23:36 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2550993007; Thu, 2 Jul 2015 22:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B37891D01; Thu, 2 Jul 2015 22:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62MNanr033814; Thu, 2 Jul 2015 22:23:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62MNawa033813; Thu, 2 Jul 2015 22:23:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507022223.t62MNawa033813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Jul 2015 22:23:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46919 - head X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 22:23:36 -0000 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 }