[PATCH 1 of 2 STABLE] configitems: register 'ui.editor'

Yuya Nishihara yuya at tcha.org
Sat Oct 21 05:16:32 UTC 2017


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1508558698 -32400
#      Sat Oct 21 13:04:58 2017 +0900
# Branch stable
# Node ID 3600f7eaed2124e575af498043c6401233b8b2ba
# Parent  5539a6acfd77d4f3117c5944efce53b293b05b6a
configitems: register 'ui.editor'

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -848,6 +848,9 @@ coreconfigitem('ui', 'debug',
 coreconfigitem('ui', 'debugger',
     default=None,
 )
+coreconfigitem('ui', 'editor',
+    default=dynamicdefault,
+)
 coreconfigitem('ui', 'fallbackencoding',
     default=None,
 )


More information about the Mercurial-devel mailing list