Bug 87501 - init charset guesser

git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@1417 6955db30-a419-402b-8a0d-67ecbb4d7f56
remotes/github/custis
vfilippov 2011-10-05 13:00:44 +00:00 committed by Vitaliy Filippov
parent 575b4d8a49
commit e415cd7bb0
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ class Request:
rootpath,
authorizer,
self.cfg.utilities,
self.cfg.options.use_rcsparse)
self.cfg.options.use_rcsparse,
self.cfg.guesser())
elif roottype == 'svn':
rootpath = vclib.svn.canonicalize_rootpath(rootpath)
repos = vclib.svn.SubversionRepository(rootname,