Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-commands.t @ 31785:d15c9feb4399
hgweb: rename linerangelog.js as followlines.js
So that the file name matches both the feature name and user facing vocabulary
(e.g. the revset function).
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Mon, 03 Apr 2017 10:02:55 +0200 |
parents | 5e92ba77793c |
children | a298f5c61b34 |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Mon Apr 03 09:58:36 2017 +0200 +++ b/tests/test-hgweb-commands.t Mon Apr 03 10:02:55 2017 +0200 @@ -1347,7 +1347,7 @@ <span id="l1">foo</span><a href="#l1"></a></pre> </div> - <script type="text/javascript" src="/static/linerangelog.js"></script> + <script type="text/javascript" src="/static/followlines.js"></script> </div> </div> @@ -1475,7 +1475,7 @@ <span id="l1">another</span><a href="#l1"></a></pre> </div> - <script type="text/javascript" src="/static/linerangelog.js"></script> + <script type="text/javascript" src="/static/followlines.js"></script> </div> </div>