##// END OF EJS Templates
fixed hooks broken symlink issue...
fixed hooks broken symlink issue fixed python2.5 crash. fixed #58 missing graph.js bug Fixed tests to remove the forked repository when building enviroment version bump

File last commit:

r678:e9a0ed84 beta
r679:d85b0948 rhodecode-0.0.1.0.2 default
Show More
MANIFEST.in
15 lines | 407 B | text/plain | TextLexer
include rhodecode/config/deployment.ini_tmpl
include README.rst
recursive-include rhodecode/i18n/ *
#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
include rhodecode/public/js/yui2.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 *