hgext/fastannotate/context.py
changeset 50928 d718eddf01d9
parent 50918 d97227f42558
child 50929 18c8c18993f0
equal deleted inserted replaced
50927:7a8ea1397816 50928:d718eddf01d9
   322                 self.ui.debug(
   322                 self.ui.debug(
   323                     b'fastannotate: %s: using fast path '
   323                     b'fastannotate: %s: using fast path '
   324                     b'(resolved fctx: %s)\n'
   324                     b'(resolved fctx: %s)\n'
   325                     % (
   325                     % (
   326                         self.path,
   326                         self.path,
   327                         stringutil.pprint(util.safehasattr(revfctx, 'node')),
   327                         stringutil.pprint(hasattr(revfctx, 'node')),
   328                     )
   328                     )
   329                 )
   329                 )
   330             return self.annotatedirectly(revfctx, showpath, showlines)
   330             return self.annotatedirectly(revfctx, showpath, showlines)
   331 
   331 
   332         # resolve master
   332         # resolve master