##// END OF EJS Templates
archives: allows downloading refs that have slashes and special refs. e.g f/feat1 branch names.
marcink -
r3698:3343038b new-ui
parent child Browse files
Show More
@@ -90,7 +90,7 b' def includeme(config):'
90 # Files
90 # Files
91 config.add_route(
91 config.add_route(
92 name='repo_archivefile',
92 name='repo_archivefile',
93 pattern='/{repo_name:.*?[^/]}/archive/{fname}', repo_route=True)
93 pattern='/{repo_name:.*?[^/]}/archive/{fname:.*}', repo_route=True)
94
94
95 config.add_route(
95 config.add_route(
96 name='repo_files_diff',
96 name='repo_files_diff',
General Comments 0
You need to be logged in to leave comments. Login now