 Chromium Code Reviews
 Chromium Code Reviews Issue 58593002:
  chromium-status: add status field help text  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
    
  
    Issue 58593002:
  chromium-status: add status field help text  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status| Index: status.py | 
| diff --git a/status.py b/status.py | 
| index 05335cb6b1aa99625da7b315d1222fc0386cd570..5962e78c06689f8d34c51fb933d1955c3615bfff 100644 | 
| --- a/status.py | 
| +++ b/status.py | 
| @@ -149,6 +149,8 @@ class Status(db.Model): | 
| def general_state(self): | 
| """Returns a string representing the state that the status message | 
| describes. | 
| + | 
| + Note: Keep in sync with main.html help text. | 
| """ | 
| message = self.message | 
| closed = re.search('close', message, re.IGNORECASE) |