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