view MANIFEST.in @ 3985:d46d9d93305a

diff: drop "confirm to show potentially huge diff" click-through It is obvious from the context that the diff was cut off to use resources efficiently. The user clicked "Show full diff" because he wanted the diff anyway. Asking twice is just annoying and serves no purpose.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 12 Jun 2013 01:36:35 +0200
parents bf263968da47
children 7e5f8c12a3fc
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 *