changeset 34617:4876bf5a36fb

configitems: register the 'convert.cvsps.logencoding' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 05:42:56 +0200
parents c0dabec35019
children 37b4375b1221
files hgext/convert/__init__.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Wed Oct 11 05:36:10 2017 +0200
+++ b/hgext/convert/__init__.py	Wed Oct 11 05:42:56 2017 +0200
@@ -37,6 +37,9 @@
 configitem('convert', 'cvsps.fuzz',
     default=60,
 )
+configitem('convert', 'cvsps.logencoding',
+    default=None,
+)
 configitem('convert', 'cvsps.mergefrom',
     default=None,
 )