Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r970:9245fb217688
Date: 2015-11-19 10:22 +0100
http://bitbucket.org/pypy/buildbot/changeset/9245fb217688/

Log:    fix link from root page

diff --git a/master/templates/root.html b/master/templates/root.html
--- a/master/templates/root.html
+++ b/master/templates/root.html
@@ -28,9 +28,9 @@
   </li>
 
   <li class="{{ item_class.next() }}">
-    The <a href="summary?branch=&lt;default&gt;">Summary Display
-    &lt;default&gt;</a> will give you a failure-oriented summary for recent
-    revisions (&lt;default&gt; only).
+    The <a href="summary?branch=&lt;trunk&gt;">Summary Display
+    &lt;trunk&gt;</a> will give you a failure-oriented summary for recent
+    revisions (excluding branches).
   </li>
 
   <li class="{{ item_class.next() }}">
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to