mercurial/cmdutil.py
changeset 30407 e1677cc29da6
parent 30375 11b8b740d54a
child 30473 39d13b8c101d
--- a/mercurial/cmdutil.py	Thu Sep 29 10:16:34 2016 +0200
+++ b/mercurial/cmdutil.py	Sat Nov 12 13:36:17 2016 +0100
@@ -1202,8 +1202,7 @@
         chunks = patch.diff(repo, node1, node2, match, changes, diffopts,
                             prefix=prefix, relroot=relroot)
         for chunk, label in patch.diffstatui(util.iterlines(chunks),
-                                             width=width,
-                                             git=diffopts.git):
+                                             width=width):
             write(chunk, label=label)
     else:
         for chunk, label in patch.diffui(repo, node1, node2, match,