diff mercurial/configitems.py @ 41206:6acbe86c6490

repair: move ui.history-editing-backup to [rewrite] section Since we have the "rewrite" section for general history-editing options, the backup option should be there.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 12 Jan 2019 17:43:36 +0900
parents 79f8f032c706
children bf4a078b3f88
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Jan 09 19:54:01 2019 -0800
+++ b/mercurial/configitems.py	Sat Jan 12 17:43:36 2019 +0900
@@ -991,6 +991,10 @@
     default='1MB',
     alias=[('experimental', 'mmapindexthreshold')],
 )
+coreconfigitem('rewrite', 'backup-bundle',
+    default=True,
+    alias=[('ui', 'history-editing-backup')],
+)
 coreconfigitem('rewrite', 'update-timestamp',
     default=False,
 )
@@ -1168,9 +1172,6 @@
 coreconfigitem('ui', 'graphnodetemplate',
     default=None,
 )
-coreconfigitem('ui', 'history-editing-backup',
-    default=True,
-)
 coreconfigitem('ui', 'interactive',
     default=None,
 )