Show More
@@ -753,7 +753,8 b' def annotate(web, req, tmpl):' | |||||
753 | fctx = webutil.filectx(web.repo, req) |
|
753 | fctx = webutil.filectx(web.repo, req) | |
754 | f = fctx.path() |
|
754 | f = fctx.path() | |
755 | parity = paritygen(web.stripecount) |
|
755 | parity = paritygen(web.stripecount) | |
756 |
diffopts = patch.diffopts(web.repo.ui, untrusted=True, |
|
756 | diffopts = patch.difffeatureopts(web.repo.ui, untrusted=True, | |
|
757 | section='annotate', whitespace=True) | |||
757 |
|
758 | |||
758 | def annotate(**map): |
|
759 | def annotate(**map): | |
759 | last = None |
|
760 | last = None |
General Comments 0
You need to be logged in to leave comments.
Login now