##// END OF EJS Templates
fastannotate: use sysstr to check for attribute presence...
marmoute -
r51811:d97227f4 default
parent child Browse files
Show More
@@ -324,7 +324,7 b' class _annotatecontext:'
324 324 b'(resolved fctx: %s)\n'
325 325 % (
326 326 self.path,
327 stringutil.pprint(util.safehasattr(revfctx, b'node')),
327 stringutil.pprint(util.safehasattr(revfctx, 'node')),
328 328 )
329 329 )
330 330 return self.annotatedirectly(revfctx, showpath, showlines)
General Comments 0
You need to be logged in to leave comments. Login now