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

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: fixup javascript/wrapping 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 fc37e40ea896dcbff03fe3c5f8f14ea01ca3670c..f7097b3902f002ffc095473f853604cbc4e99940 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)
« no previous file with comments | « static/js/main/main.js ('k') | stylesheets/style.css » ('j') | templates/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698