hgext/fastannotate/context.py
changeset 39728 ce4c29705983
parent 39386 2df3271ef139
child 40669 d6a13f6db69c
equal deleted inserted replaced
39727:a2bb0ec3b4d4 39728:ce4c29705983
   297         directly, revfctx = self.canannotatedirectly(rev)
   297         directly, revfctx = self.canannotatedirectly(rev)
   298         if directly:
   298         if directly:
   299             if self.ui.debugflag:
   299             if self.ui.debugflag:
   300                 self.ui.debug('fastannotate: %s: using fast path '
   300                 self.ui.debug('fastannotate: %s: using fast path '
   301                               '(resolved fctx: %s)\n'
   301                               '(resolved fctx: %s)\n'
   302                               % (self.path, util.safehasattr(revfctx, 'node')))
   302                               % (self.path,
       
   303                                  stringutil.pprint(util.safehasattr(revfctx,
       
   304                                                                     'node'))))
   303             return self.annotatedirectly(revfctx, showpath, showlines)
   305             return self.annotatedirectly(revfctx, showpath, showlines)
   304 
   306 
   305         # resolve master
   307         # resolve master
   306         masterfctx = None
   308         masterfctx = None
   307         if master:
   309         if master: