From 409c06c621ec7717477a4c14f9ac8c8552abea0c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 7 Feb 2016 21:05:12 +0100 Subject: [PATCH] moved TODO to issue #645 on github --- borg/archiver.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/borg/archiver.py b/borg/archiver.py index 50ec3361d..ffe074841 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -550,10 +550,6 @@ class Archiver: """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: