##// END OF EJS Templates
upgrade: mark sharesafe improvement as only touching requirements...
Pulkit Goyal -
r47094:60ea9547 default
parent child Browse files
Show More
@@ -291,6 +291,12 b' class sharesafe(requirementformatvariant'
291 b' New shares will be created in safe mode.'
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 @registerformatvariant
301 @registerformatvariant
296 class sparserevlog(requirementformatvariant):
302 class sparserevlog(requirementformatvariant):
General Comments 0
You need to be logged in to leave comments. Login now