hgext/fastannotate/context.py
changeset 50928 d718eddf01d9
parent 50918 d97227f42558
child 50929 18c8c18993f0
--- a/hgext/fastannotate/context.py	Thu Dec 08 15:33:19 2022 +0100
+++ b/hgext/fastannotate/context.py	Thu Aug 31 23:56:15 2023 +0200
@@ -324,7 +324,7 @@
                     b'(resolved fctx: %s)\n'
                     % (
                         self.path,
-                        stringutil.pprint(util.safehasattr(revfctx, 'node')),
+                        stringutil.pprint(hasattr(revfctx, 'node')),
                     )
                 )
             return self.annotatedirectly(revfctx, showpath, showlines)