configitems: register 'ui.editor' stable
authorYuya Nishihara <yuya@tcha.org>
Sat, 21 Oct 2017 13:04:58 +0900
branchstable
changeset 34916 346781c41597
parent 34915 cab34bda259e
child 34917 ee9243715c59
configitems: register 'ui.editor'
mercurial/configitems.py
--- 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,
 )