configitems: register the 'convert.cvsps.logencoding' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 05:42:56 +0200
changeset 34617 4876bf5a36fb
parent 34616 c0dabec35019
child 34618 37b4375b1221
configitems: register the 'convert.cvsps.logencoding' config
hgext/convert/__init__.py
--- 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,
 )