diff -r b0a4de6c14f8 -r ca7bde5dbafb hgext/fastannotate/context.py --- a/hgext/fastannotate/context.py Thu Jul 18 12:03:29 2024 +0200 +++ b/hgext/fastannotate/context.py Thu Jul 18 12:36:12 2024 +0200 @@ -38,6 +38,7 @@ revmap as revmapmod, ) + # given path, get filelog, cached @util.lrucachefunc def _getflog(repo, path):