svn commit: r267148 - head

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 6 08:05:35 UTC 2014


Author: bapt
Date: Fri Jun  6 08:05:34 2014
New Revision: 267148
URL: http://svnweb.freebsd.org/changeset/base/267148

Log:
  Prevent arc commands from overwriting history

Modified:
  head/.arcconfig

Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig	Fri Jun  6 04:09:07 2014	(r267147)
+++ head/.arcconfig	Fri Jun  6 08:05:34 2014	(r267148)
@@ -1,4 +1,5 @@
 {
 	"project.name": "S",
-	"phabricator.uri" : "https://phabric.freebsd.org/"
+	"phabricator.uri" : "https://phabric.freebsd.org/",
+	"history.immutable" : true
 }


More information about the svn-src-head mailing list