1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 14:52:40 +01:00

Restore the old "history.immutable" default behavior

Summary: See rARC104219dd. Per the explanatory text, this should default to `true` in Mercurial and `false` in Git.

Test Plan: Ran `arc get-config` in Mercurial repo.

Reviewers: btrahan, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10021
This commit is contained in:
epriestley 2014-07-23 06:46:42 -07:00
parent ef18ae08eb
commit 9e357d3fd0

View file

@ -112,7 +112,6 @@ final class ArcanistSettings {
'amending or rebasing). Defaults to true in Mercurial and false in '. 'amending or rebasing). Defaults to true in Mercurial and false in '.
'Git. This setting has no effect in Subversion.', 'Git. This setting has no effect in Subversion.',
'example' => 'false', 'example' => 'false',
'default' => false,
), ),
'editor' => array( 'editor' => array(
'type' => 'string', 'type' => 'string',