Skip to content

Commit

Permalink
Set "history.immutable" to "false" explicitly in .arcconfig in Arcanist
Browse files Browse the repository at this point in the history
Summary: Depends on D16364. See that revision for discussion.

Test Plan: Ran `arc get-config history.immutable` in `arcanist/`, saw setting.

Reviewers: chad, fooishbar

Reviewed By: fooishbar

Differential Revision: https://secure.phabricator.com/D16365
  • Loading branch information
epriestley committed Aug 3, 2016
1 parent f20d4b1 commit 3aa4719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .arcconfig
Expand Up @@ -2,5 +2,6 @@
"phabricator.uri": "https://secure.phabricator.com/",
"load": [
"src/"
]
],
"history.immutable": false
}

0 comments on commit 3aa4719

Please sign in to comment.