mercurial/windows.py
changeset 14233 659f34b833b9
parent 14232 df2399663392
child 14234 600e64004eb5
--- a/mercurial/windows.py	Fri May 06 15:22:31 2011 +0200
+++ b/mercurial/windows.py	Fri May 06 15:25:35 2011 +0200
@@ -96,7 +96,7 @@
 def checklink(path):
     return False
 
-def set_binary(fd):
+def setbinary(fd):
     # When run without console, pipes may expose invalid
     # fileno(), usually set to -1.
     if hasattr(fd, 'fileno') and fd.fileno() >= 0: