##// END OF EJS Templates
crecord: rewrite a comment about filtering patches...
Jordi Gutiérrez Hermoso -
r28570:5508cf9a default
parent child Browse files
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, so we have intending-to apply subset of it
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