mercurial/windows.py
changeset 8657 3fa92c618624
parent 8614 573734e7e6d0
child 8761 0289f384e1e5
--- a/mercurial/windows.py	Sat May 30 23:20:30 2009 +0200
+++ b/mercurial/windows.py	Sat May 30 23:42:35 2009 +0200
@@ -164,7 +164,7 @@
 
 # if you change this stub into a real check, please try to implement the
 # username and groupname functions above, too.
-def isowner(fp, st=None):
+def isowner(st):
     return True
 
 def find_exe(command):