##// END OF EJS Templates
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.

File last commit:

r0:564e4082 default
r211:a3a7c3e0 rhodecode-0.0.0.7.3 default
Show More
setup.cfg
31 lines | 604 B | text/x-ini | IniLexer
[egg_info]
tag_build = dev
tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
[nosetests]
with-pylons = development.ini
# Babel configuration
[compile_catalog]
domain = pylons_app
directory = pylons_app/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = pylons_app/i18n/pylons_app.pot
width = 80
[init_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n
[update_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n
previous = true