Changeset - ef0066e95be5
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-12-24 01:21:22
marcin@python-works.com
fix archive download for git
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/files.py
Show inline comments
 
@@ -369,6 +369,7 @@ class FilesController(BaseRepoController
 
            if dbrepo.enable_downloads is False:
 
                return _('downloads disabled')
 

	
 
            if c.rhodecode_repo.alias == 'hg':
 
            # patch and reset hooks section of UI config to not run any 
 
            # hooks on fetching archives with subrepos
 
            for k, v in c.rhodecode_repo._repo.ui.configitems('hooks'):
0 comments (0 inline, 0 general)