This file is indexed.

/usr/share/mercurial/templates/gitweb/graphentry.tmpl is in mercurial-common 4.5.3-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<li class="parity{parity}" data-node="{node|short}">
 <div class="fg">
  <span class="desc">
   <a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
  </span>
  {alltags}
  <div class="info">{date|age}, by {author|person}</div>
 </div>
</li>