diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 21:20:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 21:20:50 +0000 |
commit | 3bff25bf843a44c8823c042490f16b8c1e837a39 (patch) | |
tree | 957c3e2e2fd41ab9a3735b29749bcd7184cc2557 /.arcconfig | |
parent | ba606a66f688dcbb07579e980ae5c94658fb3b36 (diff) | |
download | ports-3bff25bf843a44c8823c042490f16b8c1e837a39.tar.gz ports-3bff25bf843a44c8823c042490f16b8c1e837a39.zip |
Prevent arc from rewritting history when playing with git svn or hg svn
Notes
Notes:
svn path=/head/; revision=357542
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig index c142b71b0a1e..e1919bc5d293 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { "project.name": "P", - "phabricator.uri" : "https://phabric.freebsd.org/" + "phabricator.uri" : "https://phabric.freebsd.org/", + "history.immutable" : true } |