svn commit: r357542 - head

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 11 21:20:50 UTC 2014


Author: bapt
Date: Wed Jun 11 21:20:50 2014
New Revision: 357542
URL: http://svnweb.freebsd.org/changeset/ports/357542
QAT: https://qat.redports.org/buildarchive/r357542/

Log:
  Prevent arc from rewritting history when playing with git svn or hg svn

Modified:
  head/.arcconfig

Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig	Wed Jun 11 21:14:19 2014	(r357541)
+++ head/.arcconfig	Wed Jun 11 21:20:50 2014	(r357542)
@@ -1,4 +1,5 @@
 {
 	"project.name": "P",
-	"phabricator.uri" : "https://phabric.freebsd.org/"
+	"phabricator.uri" : "https://phabric.freebsd.org/",
+	"history.immutable" : true
 }


More information about the svn-ports-all mailing list