Added Migration Manager which simplifies process with upgrading to a major release

This commit is contained in:
Ivan Kravets
2014-11-29 22:55:32 +02:00
parent 33d87367e7
commit bcfb007c90
10 changed files with 240 additions and 53 deletions

View File

@@ -139,3 +139,8 @@ class InvalidSettingName(PlatformioException):
class InvalidSettingValue(PlatformioException):
MESSAGE = "Invalid value '%s' for the setting '%s'"
class UpgraderFailed(PlatformioException):
MESSAGE = "An error occurred while upgrading PlatformIO"