Show More
@@ -181,6 +181,9 b' class statichttprepository(localrepo.loc' | |||
|
181 | 181 | def lock(self, wait=True): |
|
182 | 182 | raise error.Abort(_('cannot lock static-http repository')) |
|
183 | 183 | |
|
184 | def _writecaches(self): | |
|
185 | pass # statichttprepository are read only | |
|
186 | ||
|
184 | 187 | def instance(ui, path, create): |
|
185 | 188 | if create: |
|
186 | 189 | raise error.Abort(_('cannot create new static-http repository')) |
General Comments 0
You need to be logged in to leave comments.
Login now