comparison rhodecode/lib/indexers/daemon.py @ 662:373ee7031003 beta

fixed annotation bug, added history to annotation. multiple fixes for raw_id length removed unneded function from index daemon.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 06 Nov 2010 16:14:49 +0100
parents 05528ad948c4
children 341beaa9edba
comparison
equal deleted inserted replaced
661:673de12e6bf6 662:373ee7031003
59 ch.setFormatter(formatter) 59 ch.setFormatter(formatter)
60 60
61 # add ch to logger 61 # add ch to logger
62 log.addHandler(ch) 62 log.addHandler(ch)
63 63
64 def get_repos_location():
65 return HgModel.get_repos_location()
66
67
68 class WhooshIndexingDaemon(object): 64 class WhooshIndexingDaemon(object):
69 """ 65 """
70 Deamon for atomic jobs 66 Deamon for atomic jobs
71 """ 67 """
72 68