changeset 35888 | c8e2d6ed1f9e |
parent 35850 | 079b27b5a869 |
child 35951 | 8b6dd3922f70 |
--- a/mercurial/patch.py Sun Jan 21 12:48:39 2018 +0900 +++ b/mercurial/patch.py Sun Jan 21 13:03:03 2018 +0900 @@ -2342,7 +2342,7 @@ if hunksfilterfn is not None: # If the file has been removed, fctx2 is None; but this should # not occur here since we catch removed files early in - # cmdutil.getloglinerangerevs() for 'hg log -L'. + # logcmdutil.getlinerangerevs() for 'hg log -L'. assert fctx2 is not None, \ 'fctx2 unexpectly None in diff hunks filtering' hunks = hunksfilterfn(fctx2, hunks)