1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

moved TODO to issue #645 on github

This commit is contained in:
Thomas Waldmann 2016-02-07 21:05:12 +01:00
parent 6db6c22cd4
commit 409c06c621

View file

@ -550,10 +550,6 @@ def do_upgrade(self, args):
"""upgrade a repository from a previous version"""
# mainly for upgrades from Attic repositories,
# but also supports borg 0.xx -> 1.0 upgrade.
#
# TODO:
# it should auto-detect the current repository format and fire up
# necessary upgrade mechanism.
repo = AtticRepositoryUpgrader(args.location.path, create=False)
try: