diff -r 362740e05460 -r 3afde791dce1 hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Tue Oct 25 21:49:30 2016 +0900 +++ b/hgext/largefiles/reposetup.py Thu Oct 27 20:06:33 2016 +0200 @@ -217,7 +217,7 @@ # standin. Removing a file as a side effect of # running status is gross, but the alternatives (if # any) are worse. - self.wvfs.unlink(standin) + self.wvfs.unlinkpath(standin, ignoremissing=True) # Filter result lists result = list(result)