[PATCH 4 of 4 V6] hgweb: add links to diff and changeset views from annotate view table

Matt Mackall mpm at selenic.com
Wed Jun 22 15:21:18 EDT 2016


On Thu, 2016-06-16 at 15:58 +0200, Denis Laxalde wrote:
> # HG changeset patch
> # User Denis Laxalde <denis.laxalde at logilab.fr>
> # Date 1465894890 -7200
> #      Tue Jun 14 11:01:30 2016 +0200
> # Node ID b4dc235a8f7e30495b91c7e07602e871a5c328b6
> # Parent  385edba1c6803dc008fd71a6066a5a6afdc4255a
> hgweb: add links to diff and changeset views from annotate view table

I've queued the first two here, and I'm pretty excited by the next two, but I'm
a little bothered by what I'm seeing with the hover-over on paper:

- there are two hover-overs
- the hover-overs are attached to different elements (?)
- they can overlap
- they look completely different
- the new one has link underlines, which paper avoids
- the styles for the diff / rev / parent foo at rev lines are inconsistent

I think we should have one hover-over that uses the existing hover-over style
and looks like this:

  abcdef1234: some change description
  parent diff changeset

We don't really need to know the parent revision before we click on it, and it's
easily the most useful of the three links so it should be on the left. Change
"rev" to "changeset" to match the menu on the left.

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list