Show More
@@ -217,7 +217,7 b' def reposetup(ui, repo):' | |||||
217 | # standin. Removing a file as a side effect of |
|
217 | # standin. Removing a file as a side effect of | |
218 | # running status is gross, but the alternatives (if |
|
218 | # running status is gross, but the alternatives (if | |
219 | # any) are worse. |
|
219 | # any) are worse. | |
220 | self.wvfs.unlink(standin) |
|
220 | self.wvfs.unlinkpath(standin, ignoremissing=True) | |
221 |
|
221 | |||
222 | # Filter result lists |
|
222 | # Filter result lists | |
223 | result = list(result) |
|
223 | result = list(result) |
General Comments 0
You need to be logged in to leave comments.
Login now