hgext/patchbomb.py
changeset 30407 e1677cc29da6
parent 29841 d5883fd055c6
child 30635 a150173da1c1
--- a/hgext/patchbomb.py	Thu Sep 29 10:16:34 2016 +0200
+++ b/hgext/patchbomb.py	Sat Nov 12 13:36:17 2016 +0100
@@ -166,7 +166,7 @@
         while patchlines and not patchlines[0].strip():
             patchlines.pop(0)
 
-    ds = patch.diffstat(patchlines, git=opts.get('git'))
+    ds = patch.diffstat(patchlines)
     if opts.get('diffstat'):
         body += ds + '\n\n'