comparison rhodecode/lib/diffs.py @ 2340:93243e162068 beta

typo fix ref #461
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 26 May 2012 01:28:07 +0200
parents 07fce1930417
children 8fe7c1024719 a264d898ca08
comparison
equal deleted inserted replaced
2339:79b3c9c66c54 2340:93243e162068
73 73
74 diff = diff_processor.as_html(enable_comments=enable_comments) 74 diff = diff_processor.as_html(enable_comments=enable_comments)
75 stats = diff_processor.stat() 75 stats = diff_processor.stat()
76 size = len(diff or '') 76 size = len(diff or '')
77 else: 77 else:
78 diff = wrap_to_table(_('Changeset was to big and was cut off, use ' 78 diff = wrap_to_table(_('Changeset was too big and was cut off, use '
79 'diff menu to display this diff')) 79 'diff menu to display this diff'))
80 stats = (0, 0) 80 stats = (0, 0)
81 size = 0 81 size = 0
82 if not diff: 82 if not diff:
83 submodules = filter(lambda o: isinstance(o, SubModuleNode), 83 submodules = filter(lambda o: isinstance(o, SubModuleNode),