tests/test-annotate.py
changeset 36941 ec46b0ee2e3c
parent 36923 7affcabf561e
child 37067 434e520adb8c
--- a/tests/test-annotate.py	Tue Mar 13 21:22:14 2018 +0900
+++ b/tests/test-annotate.py	Mon Mar 12 20:37:08 2018 +0900
@@ -25,8 +25,8 @@
         childdata = b'a\nb2\nc\nc2\nd\n'
         diffopts = mdiff.diffopts()
 
-        def decorate(text, rev):
-            return ([annotateline(fctx=rev, lineno=i)
+        def decorate(text, fctx):
+            return ([annotateline(fctx=fctx, lineno=i)
                      for i in range(1, text.count(b'\n') + 1)],
                     text)