Mercurial > public > mercurial-scm > hg-stable
diff mercurial/posix.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 | 78bdfc756908 |
children | df2399663392 |
line wrap: on
line diff
--- a/mercurial/posix.py Fri May 06 15:16:22 2011 +0200 +++ b/mercurial/posix.py Fri May 06 15:19:48 2011 +0200 @@ -28,7 +28,7 @@ '''return number of hardlinks for the given file''' return os.lstat(name).st_nlink -def parse_patch_output(output_line): +def parsepatchoutput(output_line): """parses the output produced by patch and returns the filename""" pf = output_line[14:] if os.sys.platform == 'OpenVMS':