Show More
@@ -148,7 +148,7 b' def dorecord(ui, repo, commitfunc, cmdsu' | |||
|
148 | 148 | originaldiff = patch.diff(repo, changes=status, opts=diffopts) |
|
149 | 149 | originalchunks = patch.parsepatch(originaldiff) |
|
150 | 150 | |
|
151 |
# 1. filter patch, s |
|
|
151 | # 1. filter patch, since we are intending to apply subset of it | |
|
152 | 152 | try: |
|
153 | 153 | chunks, newopts = filterfn(ui, originalchunks) |
|
154 | 154 | except patch.PatchError as err: |
General Comments 0
You need to be logged in to leave comments.
Login now