--- a/mercurial/windows.py Tue Aug 02 12:29:48 2011 +0200 +++ b/mercurial/windows.py Tue Aug 02 13:18:56 2011 +0200 @@ -105,6 +105,9 @@ def setflags(f, l, x): pass +def copymode(src, dst, mode=None): + pass + def checkexec(path): return False