mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +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:
parent
ef18ae08eb
commit
9e357d3fd0
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ final class ArcanistSettings {
|
|||
'amending or rebasing). Defaults to true in Mercurial and false in '.
|
||||
'Git. This setting has no effect in Subversion.',
|
||||
'example' => 'false',
|
||||
'default' => false,
|
||||
),
|
||||
'editor' => array(
|
||||
'type' => 'string',
|
||||
|
|
Loading…
Reference in a new issue