mercurial/configitems.py
branchstable
changeset 34916 346781c41597
parent 34911 645b6684cf5b
child 34917 ee9243715c59
--- 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,
 )