mercurial/commands.py
changeset 13235 6bf39d88c857
parent 13234 0935ff767285
child 13303 716ce1ea6fec
--- a/mercurial/commands.py	Wed Jan 05 15:56:03 2011 +0100
+++ b/mercurial/commands.py	Sun Jan 02 19:34:41 2011 +0100
@@ -3250,7 +3250,7 @@
                     continue
                 audit_path(f)
                 try:
-                    util.unlink(repo.wjoin(f))
+                    util.unlinkpath(repo.wjoin(f))
                 except OSError:
                     pass
                 repo.dirstate.remove(f)