mercurial/hgweb/webutil.py
changeset 37065 b235bde38a83
parent 37019 c97b936d8bb5
child 37069 724f2e21d870
--- a/mercurial/hgweb/webutil.py	Mon Mar 12 20:45:10 2018 +0900
+++ b/mercurial/hgweb/webutil.py	Tue Mar 13 22:18:06 2018 +0900
@@ -187,7 +187,7 @@
 
 def annotate(req, fctx, ui):
     diffopts = difffeatureopts(req, ui, 'annotate')
-    return fctx.annotate(follow=True, linenumber=True, diffopts=diffopts)
+    return fctx.annotate(follow=True, diffopts=diffopts)
 
 def parents(ctx, hide=None):
     if isinstance(ctx, context.basefilectx):