release: merge back stable branch into default

This commit is contained in:
Marcin Kuzminski 2016-07-04 12:38:32 +02:00
commit 83b9fcd4da
25 changed files with 123 additions and 82 deletions

View file

@ -207,6 +207,7 @@ setup(
message_extractors={
'rhodecode': [
('**.py', 'python', None),
('**.js', 'javascript', None),
('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
('templates/**.html', 'mako', {'input_encoding': 'utf-8'}),
('public/**', 'ignore', None),