aboutsummaryrefslogtreecommitdiffstats
path: root/test_upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy testing scriptMatthew Fernandez2017-11-021-33/+0
| | | | | | This was added in 214c4317bb90684dcfdab4d2402daa66fbad2e77 for testing upgrade behavior and, as far as I am aware, is no longer used for testing. We remove it to avoid future ambiguity.
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-271-0/+33
Note that it only upgrades on-disk versions, so you can't use a non-VCS storage backend whose version isn't your command's current storage version. See #bea/110/bd1# for reasoning. To see the on-disk storage version, look at .be/version To see your command's supported storage version, look at be --full-version I added test_upgrade.sh to exercise the upgrade mechanism on BE's own repository.