##// END OF EJS Templates
changelog uses lazy loading of affected files details, in some scenarios this can improve speed...
changelog uses lazy loading of affected files details, in some scenarios this can improve speed of changelog page dramatically especially for larger repositories.

File last commit:

r1143:0e6035a8 beta
r1431:d5d7c40e beta
Show More
MANIFEST.in
22 lines | 519 B | text/plain | TextLexer
include rhodecode/config/deployment.ini_tmpl
include rhodecode/lib/dbmigrate/migrate.cfg
include README.rst
recursive-include rhodecode/i18n *
#docs
recursive-include docs *
#init.d
recursive-include init.d *
#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
include rhodecode/public/js/yui2a.js
include rhodecode/public/js/excanvas.min.js
include rhodecode/public/js/yui.flot.js
include rhodecode/public/js/graph.js
#templates
recursive-include rhodecode/templates *