Mercurial > hg
diff mercurial/patch.py @ 14231:8abe4db2d162
rename util.parse_patch_output to parsepatchoutput
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:19:48 +0200 |
parents | 202ff575d49b |
children | 600e64004eb5 |
line wrap: on
line diff
--- a/mercurial/patch.py Fri May 06 15:16:22 2011 +0200 +++ b/mercurial/patch.py Fri May 06 15:19:48 2011 +0200 @@ -1172,7 +1172,7 @@ line = line.rstrip() ui.note(line + '\n') if line.startswith('patching file '): - pf = util.parse_patch_output(line) + pf = util.parsepatchoutput(line) printed_file = False files.setdefault(pf, None) elif line.find('with fuzz') >= 0: