view MANIFEST.in @ 3721:6c79bfcd3b54 beta

compare: move get_changesets to compare controller where it is used That is a better location than the pull request model. It should probably be split up and moved to the backend specific Repository classes.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 05 Apr 2013 00:40:58 +0200
parents 3d984e05d0cd
children bf263968da47
line wrap: on
line source

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
recursive-include rhodecode/public/js *
#templates
recursive-include rhodecode/templates *