Show More
@@ -74,7 +74,6 b' def _doannotate(fctx, follow=True, diffo' | |||||
74 | may raise Exception, and always return line numbers. |
|
74 | may raise Exception, and always return line numbers. | |
75 | """ |
|
75 | """ | |
76 | master = _getmaster(fctx) |
|
76 | master = _getmaster(fctx) | |
77 | annotated = contents = None |
|
|||
78 |
|
77 | |||
79 | with context.fctxannotatecontext(fctx, follow, diffopts) as ac: |
|
78 | with context.fctxannotatecontext(fctx, follow, diffopts) as ac: | |
80 | try: |
|
79 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now