changeset 34916:346781c41597 stable

configitems: register 'ui.editor'
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Oct 2017 13:04:58 +0900
parents cab34bda259e
children ee9243715c59
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Oct 20 14:15:46 2017 -0700
+++ b/mercurial/configitems.py	Sat Oct 21 13:04:58 2017 +0900
@@ -848,6 +848,9 @@
 coreconfigitem('ui', 'debugger',
     default=None,
 )
+coreconfigitem('ui', 'editor',
+    default=dynamicdefault,
+)
 coreconfigitem('ui', 'fallbackencoding',
     default=None,
 )