diff hgext/convert/__init__.py @ 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 0d5a1175d0f9
children effae88bccdb
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,
 )