diff -r b0a4de6c14f8 -r ca7bde5dbafb hgext/highlight/highlight.py --- a/hgext/highlight/highlight.py Thu Jul 18 12:03:29 2024 +0200 +++ b/hgext/highlight/highlight.py Thu Jul 18 12:36:12 2024 +0200 @@ -43,7 +43,6 @@ def pygmentize(field, fctx, style, tmpl, guessfilenameonly=False): - # append a to the syntax highlighting css tmpl.load(b'header') old_header = tmpl.cache[b'header']