Mercurial > hg
changeset 28570:5508cf9a52fe
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.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 18 Mar 2016 16:14:57 -0400 |
parents | 1ad0ddf8cccc |
children | 3f0e25e89e28 |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Thu Mar 17 20:52:06 2016 +0000 +++ b/mercurial/cmdutil.py Fri Mar 18 16:14:57 2016 -0400 @@ -148,7 +148,7 @@ 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: