diff rhodecode/model/changeset_status.py @ 2803:0b2214604c74 beta

Fixed status of changesets in preview windows - show what status was pull-requests closed with - added alternative logic for showing that status (disabled for now)
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 05 Sep 2012 00:55:37 +0200
parents 9640c1c6399b
children 5d1d25c1c700
line wrap: on
line diff
--- a/rhodecode/model/changeset_status.py	Wed Sep 05 00:08:38 2012 +0200
+++ b/rhodecode/model/changeset_status.py	Wed Sep 05 00:55:37 2012 +0200
@@ -64,7 +64,7 @@
 
     def calculate_status(self, statuses_by_reviewers):
         """
-        leading one wins, if number of occurences are equal than weaker wins
+        leading one wins, if number of occurrences are equal than weaker wins
 
         :param statuses_by_reviewers:
         """