diff -r 39e2b2d062c1 -r 493034cc3265 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):