comparison rhodecode/lib/utils.py @ 636:ffd07396d315 beta

Fixes for raw_id, needed for git Renamed hg controller to home css html changes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Oct 2010 03:20:32 +0200
parents fcf599cd3404
children 9dc1d92d82ed
comparison
equal deleted inserted replaced
635:fd63782c4426 636:ffd07396d315
301 301
302 revision = -1 302 revision = -1
303 message = '' 303 message = ''
304 author = '' 304 author = ''
305 date = '' 305 date = ''
306
306 @LazyProperty 307 @LazyProperty
307 def raw_id(self): 308 def raw_id(self):
308 """ 309 """
309 Returns raw string identifying this changeset, useful for web 310 Returns raw string identifying this changeset, useful for web
310 representation. 311 representation.