Show More
@@ -451,7 +451,7 def filterpatch(ui, chunks, chunkselecto | |||
|
451 | 451 | |
|
452 | 452 | # if there are no changed files |
|
453 | 453 | if len(headers) == 0: |
|
454 | return [] | |
|
454 | return [], {} | |
|
455 | 455 | uiheaders = [uiheader(h) for h in headers] |
|
456 | 456 | # let user choose headers/hunks/lines, and mark their applied flags |
|
457 | 457 | # accordingly |
General Comments 0
You need to be logged in to leave comments.
Login now