comparison 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
comparison
equal deleted inserted replaced
34616:c0dabec35019 34617:4876bf5a36fb
34 configitem('convert', 'cvsps.cache', 34 configitem('convert', 'cvsps.cache',
35 default=True, 35 default=True,
36 ) 36 )
37 configitem('convert', 'cvsps.fuzz', 37 configitem('convert', 'cvsps.fuzz',
38 default=60, 38 default=60,
39 )
40 configitem('convert', 'cvsps.logencoding',
41 default=None,
39 ) 42 )
40 configitem('convert', 'cvsps.mergefrom', 43 configitem('convert', 'cvsps.mergefrom',
41 default=None, 44 default=None,
42 ) 45 )
43 configitem('convert', 'cvsps.mergeto', 46 configitem('convert', 'cvsps.mergeto',