mercurial/windows.py
changeset 14231 8abe4db2d162
parent 14064 e4bfb9c337f3
child 14232 df2399663392
--- a/mercurial/windows.py	Fri May 06 15:16:22 2011 +0200
+++ b/mercurial/windows.py	Fri May 06 15:19:48 2011 +0200
@@ -74,7 +74,7 @@
 def openhardlinks():
     return not _is_win_9x()
 
-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 pf[0] == '`':