RemoveRepository: cleanup working directories
- Nov 18, 2023
-
-
Georges Racinet authored
Now that we need to load the repo for the working directories machinery, no need to repeat the exceptions that can be raised by the loading. The only difference lies in the error message on missing repository, which we are confortable ignoring.
-
Georges Racinet authored
This is obviously useful to avoid wasting disk space, but also prevents vicious errors when repository paths are reused, which happens mostly in RSpec tests such as `spec/lib/gitlab/mercurial/hgitaly_*_spec.rb`
-