release: merge back stable branch into default
This commit is contained in:
commit
83b9fcd4da
25 changed files with 123 additions and 82 deletions
1
setup.py
1
setup.py
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue