Show More
@@ -324,7 +324,7 b' class _annotatecontext:' | |||||
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, |
|
327 | stringutil.pprint(util.safehasattr(revfctx, 'node')), | |
328 | ) |
|
328 | ) | |
329 | ) |
|
329 | ) | |
330 | return self.annotatedirectly(revfctx, showpath, showlines) |
|
330 | return self.annotatedirectly(revfctx, showpath, showlines) |
General Comments 0
You need to be logged in to leave comments.
Login now