Show More
@@ -85,7 +85,7 b' def filterchunks(ui, originalhunks, usec' | |||||
85 | else: |
|
85 | else: | |
86 | recordfn = crecordmod.chunkselector |
|
86 | recordfn = crecordmod.chunkselector | |
87 |
|
87 | |||
88 | return crecordmod.filterpatch(ui, originalhunks, recordfn) |
|
88 | return crecordmod.filterpatch(ui, originalhunks, recordfn, operation) | |
89 |
|
89 | |||
90 | else: |
|
90 | else: | |
91 | return patch.filterpatch(ui, originalhunks, operation) |
|
91 | return patch.filterpatch(ui, originalhunks, operation) |
General Comments 0
You need to be logged in to leave comments.
Login now