mercurial/templates/static/mercurial.js
changeset 19754 c35e8805cf53
parent 19746 9ad7dd9574a9
child 19755 00b9f6aab761
--- a/mercurial/templates/static/mercurial.js	Thu Sep 19 09:45:00 2013 -0700
+++ b/mercurial/templates/static/mercurial.js	Fri Sep 06 13:30:58 2013 +0400
@@ -368,6 +368,11 @@
             updateInitiated = true;
 
             if (!nextHash) {
+                var message = {
+                    class: 'scroll-loading-info',
+                    text: 'No more entries'
+                };
+                appendFormatHTML(container, messageFormat, message);
                 return;
             }