Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
41205:3f807237dc94 | 41206:6acbe86c6490 |
---|---|
989 ) | 989 ) |
990 coreconfigitem('storage', 'mmap-threshold', | 990 coreconfigitem('storage', 'mmap-threshold', |
991 default='1MB', | 991 default='1MB', |
992 alias=[('experimental', 'mmapindexthreshold')], | 992 alias=[('experimental', 'mmapindexthreshold')], |
993 ) | 993 ) |
994 coreconfigitem('rewrite', 'backup-bundle', | |
995 default=True, | |
996 alias=[('ui', 'history-editing-backup')], | |
997 ) | |
994 coreconfigitem('rewrite', 'update-timestamp', | 998 coreconfigitem('rewrite', 'update-timestamp', |
995 default=False, | 999 default=False, |
996 ) | 1000 ) |
997 coreconfigitem('storage', 'new-repo-backend', | 1001 coreconfigitem('storage', 'new-repo-backend', |
998 default='revlogv1', | 1002 default='revlogv1', |
1165 coreconfigitem('ui', 'formatted', | 1169 coreconfigitem('ui', 'formatted', |
1166 default=None, | 1170 default=None, |
1167 ) | 1171 ) |
1168 coreconfigitem('ui', 'graphnodetemplate', | 1172 coreconfigitem('ui', 'graphnodetemplate', |
1169 default=None, | 1173 default=None, |
1170 ) | |
1171 coreconfigitem('ui', 'history-editing-backup', | |
1172 default=True, | |
1173 ) | 1174 ) |
1174 coreconfigitem('ui', 'interactive', | 1175 coreconfigitem('ui', 'interactive', |
1175 default=None, | 1176 default=None, |
1176 ) | 1177 ) |
1177 coreconfigitem('ui', 'interface', | 1178 coreconfigitem('ui', 'interface', |