[llvm-commits] [LNT] r161815 - /lnt/trunk/lnt/server/ui/views.py

Michael Gottesman mgottesman at apple.com
Mon Aug 13 17:26:03 PDT 2012


Author: mgottesman
Date: Mon Aug 13 19:26:02 2012
New Revision: 161815

URL: http://llvm.org/viewvc/llvm-project?rev=161815&view=rev
Log:
[LNT] Fixed incorrect comment.

Modified:
    lnt/trunk/lnt/server/ui/views.py

Modified: lnt/trunk/lnt/server/ui/views.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/views.py?rev=161815&r1=161814&r2=161815&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/views.py (original)
+++ lnt/trunk/lnt/server/ui/views.py Mon Aug 13 19:26:02 2012
@@ -646,8 +646,8 @@
     # Create a datetime for the day before the most recent run.
     yesterday = latest_date - datetime.timedelta(days=1)
 
-    # Get the revision number for a nondefault baseline if we
-    # are given one.
+    # Get the revision number for the default baseline and look up
+    # the fields we are interested in.
     revision = ts.Machine.DEFAULT_BASELINE_REVISION
     field = ts.Sample.get_primary_fields().next()
 





More information about the llvm-commits mailing list