changeset 50915 | d97227f42558 |
parent 50914 | 1a242d4d2ac4 |
child 50925 | d718eddf01d9 |
--- a/hgext/fastannotate/context.py Thu Aug 31 01:21:04 2023 +0200 +++ b/hgext/fastannotate/context.py Thu Aug 31 01:21:57 2023 +0200 @@ -324,7 +324,7 @@ b'(resolved fctx: %s)\n' % ( self.path, - stringutil.pprint(util.safehasattr(revfctx, b'node')), + stringutil.pprint(util.safehasattr(revfctx, 'node')), ) ) return self.annotatedirectly(revfctx, showpath, showlines)