Show More
@@ -291,6 +291,12 b' class sharesafe(requirementformatvariant' | |||
|
291 | 291 | b' New shares will be created in safe mode.' |
|
292 | 292 | ) |
|
293 | 293 | |
|
294 | # upgrade only needs to change the requirements | |
|
295 | touches_filelogs = False | |
|
296 | touches_manifests = False | |
|
297 | touches_changelog = False | |
|
298 | touches_requirements = True | |
|
299 | ||
|
294 | 300 | |
|
295 | 301 | @registerformatvariant |
|
296 | 302 | class sparserevlog(requirementformatvariant): |
General Comments 0
You need to be logged in to leave comments.
Login now