fix(encoding for file): fixed support of non utf-8 files in all backends
This commit is contained in:
parent
f687bfc994
commit
d08633d220
42 changed files with 2001 additions and 1973 deletions
|
|
@ -39,7 +39,6 @@ def configure_vcs(config):
|
|||
|
||||
conf.settings.HOOKS_PROTOCOL = config['vcs.hooks.protocol.v2']
|
||||
conf.settings.HOOKS_HOST = config['vcs.hooks.host']
|
||||
conf.settings.DEFAULT_ENCODINGS = config['default_encoding']
|
||||
conf.settings.ALIASES[:] = config['vcs.backends']
|
||||
conf.settings.SVN_COMPATIBLE_VERSION = config['vcs.svn.compatible_version']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue