[PATCH 4 of 4] gitweb: highlight data of the current revision in annotate view

Anton Shestakov engored at ya.ru
Mon Jun 6 05:12:32 EDT 2016


06.06.2016, 16:09, "Denis Laxalde" <denis.laxalde at logilab.fr>:
> # HG changeset patch
> # User Denis Laxalde <denis.laxalde at logilab.fr>
> # Date 1464877610 -7200
> # Thu Jun 02 16:26:50 2016 +0200
> # Node ID b2197fb3124e53902437e9e81463281a85d7bbbd
> # Parent ecadc1da55f84fd77110ca23341e12949110d46c
> gitweb: highlight data of the current revision in annotate view
...
> diff --git a/tests/test-hgweb.t b/tests/test-hgweb.t
> --- a/tests/test-hgweb.t
> +++ b/tests/test-hgweb.t
> @@ -340,7 +340,7 @@ static file
>
>    $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
>    200 Script output follows
> - content-length: 6624
> + content-length: 6705
>    content-type: text/css
>
>    body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
> @@ -399,6 +399,8 @@ static file
>    div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
>    div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
>    a.revision-ancestor { font-style: italic; text-decoration: none }
> + a.thisrev { color:#99999; text-decoration: none }

Did you mean #999999?


More information about the Mercurial-devel mailing list