crecord: rewrite a comment about filtering patches

I couldn't parse the previous version. I think the rewrite better
expresses the intent of that comment.
This commit is contained in:
Jordi Gutiérrez Hermoso 2016-03-18 16:14:57 -04:00
parent 6c36b542b4
commit bc2e698d24

View File

@ -148,7 +148,7 @@ def dorecord(ui, repo, commitfunc, cmdsuggest, backupall,
originaldiff = patch.diff(repo, changes=status, opts=diffopts)
originalchunks = patch.parsepatch(originaldiff)
# 1. filter patch, so we have intending-to apply subset of it
# 1. filter patch, since we are intending to apply subset of it
try:
chunks, newopts = filterfn(ui, originalchunks)
except patch.PatchError as err: