##// END OF EJS Templates
webcommands.annotate: explicitly only honor whitespace diffopts...
Siddharth Agarwal -
r23689:4fedf2a9 default
parent child Browse files
Show More
@@ -753,7 +753,8 b' def annotate(web, req, tmpl):'
753 753 fctx = webutil.filectx(web.repo, req)
754 754 f = fctx.path()
755 755 parity = paritygen(web.stripecount)
756 diffopts = patch.diffopts(web.repo.ui, untrusted=True, section='annotate')
756 diffopts = patch.difffeatureopts(web.repo.ui, untrusted=True,
757 section='annotate', whitespace=True)
757 758
758 759 def annotate(**map):
759 760 last = None
General Comments 0
You need to be logged in to leave comments. Login now