Show More
@@ -106,7 +106,7 b' def makepatch(ui, repo, patchlines, opts' | |||
|
106 | 106 | while patchlines and not patchlines[0].strip(): |
|
107 | 107 | patchlines.pop(0) |
|
108 | 108 | |
|
109 | ds = patch.diffstat(patchlines) | |
|
109 | ds = patch.diffstat(patchlines, git=opts.get('git')) | |
|
110 | 110 | if opts.get('diffstat'): |
|
111 | 111 | body += ds + '\n\n' |
|
112 | 112 |
General Comments 0
You need to be logged in to leave comments.
Login now