diff --git a/hgext/fastannotate/context.py b/hgext/fastannotate/context.py --- a/hgext/fastannotate/context.py +++ b/hgext/fastannotate/context.py @@ -299,7 +299,9 @@ if self.ui.debugflag: self.ui.debug('fastannotate: %s: using fast path ' '(resolved fctx: %s)\n' - % (self.path, util.safehasattr(revfctx, 'node'))) + % (self.path, + stringutil.pprint(util.safehasattr(revfctx, + 'node')))) return self.annotatedirectly(revfctx, showpath, showlines) # resolve master