##// END OF EJS Templates
fixed problem with rawfile content_disposition attachment,...
fixed problem with rawfile content_disposition attachment, webob assumes that file is encoded with iso, and we use utf8 in rhodecode

File last commit:

r833:9753e090 beta
r1102:8d085837 beta
Show More
default.py_tmpl
10 lines | 254 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
{{py:
_vars = locals().copy()
del _vars['__template_name__']
_vars.pop('repository_name', None)
defaults = ", ".join(["%s='%s'" % var for var in _vars.iteritems()])
}}
main({{ defaults }})