Submitter | Alexander Plavin |
---|---|
Date | Sept. 19, 2013, 12:37 p.m. |
Message ID | <c3f4ef9336173e7c11ec.1379594258@debian-alexander.dolgopa> |
Download | mbox | patch |
Permalink | /patch/2536/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 0032f7b54b7b -r c3f4ef933617 mercurial/templates/static/mercurial.js --- a/mercurial/templates/static/mercurial.js Fri Sep 06 13:30:57 2013 +0400 +++ 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; }