diff -r c7e8b143e086 -r cafa447a7d3b mercurial/windows.py --- a/mercurial/windows.py Wed Apr 03 13:03:50 2013 -0500 +++ b/mercurial/windows.py Wed Apr 03 11:35:27 2013 -0700 @@ -337,3 +337,11 @@ pass expandglobs = True + +def statislink(st): + '''check whether a stat result is a symlink''' + return False + +def statisexec(st): + '''check whether a stat result is an executable file''' + return False