mercurial/templates/static/mercurial.js
changeset 19531 26943a6394d4
parent 19530 a63d3ff0d765
child 19739 5bdc179e58c1
--- a/mercurial/templates/static/mercurial.js	Sun Aug 04 16:19:12 2013 -0500
+++ b/mercurial/templates/static/mercurial.js	Sun Jun 30 11:48:21 2013 +0400
@@ -258,6 +258,7 @@
 					// We want both: date + (age)
 					node.textContent += ' ('+agevalue+')';
 				} else {
+					node.title = node.textContent;
 					node.textContent = agevalue;
 				}
 			}