changeset 18868 | cafa447a7d3b |
parent 18143 | 242d2f4ec01c |
child 20202 | a6014018ec28 |
--- 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