diff mercurial/configitems.py @ 34916:346781c41597 stable

configitems: register 'ui.editor'
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Oct 2017 13:04:58 +0900
parents 645b6684cf5b
children ee9243715c59
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,
 )