hgext/largefiles/reposetup.py
branchstable
changeset 30233 3afde791dce1
parent 30191 328545c7d8a1
child 31410 86dfd31c0329
equal deleted inserted replaced
30232:362740e05460 30233:3afde791dce1
   215                             deleted.append(lfile)
   215                             deleted.append(lfile)
   216                             # Sync "largefile has been removed" back to the
   216                             # Sync "largefile has been removed" back to the
   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)
   224 
   224 
   225                     # Largefiles are not really removed when they're
   225                     # Largefiles are not really removed when they're