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

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: split <input> change out into sep CL Created 7 years 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
« no previous file with comments | « static/js/main/main.js ('k') | stylesheets/style.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « static/js/main/main.js ('k') | stylesheets/style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698