Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: status.py

Issue 58593002: chromium-status: add status field help text (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: status.py
diff --git a/status.py b/status.py
index 76c654fcb39fda26772ca7899dc8d843ba5e961c..2cf84a34e7f97c7ffeaf9a2c30a9bf8ab74baca8 100644
--- a/status.py
+++ b/status.py
@@ -35,6 +35,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)

Powered by Google App Engine
This is Rietveld 408576698