diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-06 08:05:34 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-06 08:05:34 +0000 |
commit | bfadd9cfc1044694159dfc1df815f8c4563a0fab (patch) | |
tree | d25b87d6411011c8b6f172ec398261585ebf46fc | |
parent | 0ed032933fe4bf3f047df5412d8df4df9da9c4d3 (diff) | |
download | FreeBSD-src-bfadd9cfc1044694159dfc1df815f8c4563a0fab.zip FreeBSD-src-bfadd9cfc1044694159dfc1df815f8c4563a0fab.tar.gz |
Prevent arc commands from overwriting history
-rw-r--r-- | .arcconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ { "project.name": "S", - "phabricator.uri" : "https://phabric.freebsd.org/" + "phabricator.uri" : "https://phabric.freebsd.org/", + "history.immutable" : true } |