Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove legacy testing script | Matthew Fernandez | 2017-11-02 | 1 | -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.upgrade | W. Trevor King | 2009-12-27 | 1 | -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. |