diff rhodecode/lib/db_manage.py @ 560:3072935bdeed

rewrote whoosh indexing to run internal repository.walk() instead of filesystem. Disabled default hg update hook (not needed since whoosh is not dependent on file system files to index)
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Oct 2010 00:22:19 +0200
parents 03676d39dd0a
children 000b675e7c1d
line wrap: on
line diff
--- a/rhodecode/lib/db_manage.py	Thu Oct 07 22:01:51 2010 +0200
+++ b/rhodecode/lib/db_manage.py	Sat Oct 09 00:22:19 2010 +0200
@@ -115,6 +115,7 @@
         hooks1.ui_section = 'hooks'
         hooks1.ui_key = 'changegroup.update'
         hooks1.ui_value = 'hg update >&2'
+        hooks1.ui_active = False
         
         hooks2 = RhodeCodeUi()
         hooks2.ui_section = 'hooks'