hgweb: add link to parents of annotated revision in annotate view
The link is embedded into a div with class="annotate-info" that only shows up upon hover of the annotate column. To avoid duplicate hover-overs (this new one and the one coming from link's title), drop "title" attribute from a element and put it in the annotate-info element.
Showing
- mercurial/hgweb/webcommands.py 8 additions, 0 deletionsmercurial/hgweb/webcommands.py
- mercurial/templates/gitweb/map 10 additions, 4 deletionsmercurial/templates/gitweb/map
- mercurial/templates/monoblue/map 10 additions, 4 deletionsmercurial/templates/monoblue/map
- mercurial/templates/paper/map 9 additions, 4 deletionsmercurial/templates/paper/map
- mercurial/templates/spartan/map 9 additions, 3 deletionsmercurial/templates/spartan/map
- mercurial/templates/static/style-gitweb.css 11 additions, 0 deletionsmercurial/templates/static/style-gitweb.css
- mercurial/templates/static/style-monoblue.css 11 additions, 0 deletionsmercurial/templates/static/style-monoblue.css
- mercurial/templates/static/style-paper.css 11 additions, 0 deletionsmercurial/templates/static/style-paper.css
- mercurial/templates/static/style.css 11 additions, 0 deletionsmercurial/templates/static/style.css
- tests/test-hgweb-commands.t 11 additions, 0 deletionstests/test-hgweb-commands.t
- tests/test-hgweb-symrev.t 15 additions, 10 deletionstests/test-hgweb-symrev.t
- tests/test-hgweb.t 12 additions, 1 deletiontests/test-hgweb.t
- tests/test-highlight.t 135 additions, 2 deletionstests/test-highlight.t
Loading
Please register or sign in to comment