瀏覽代碼

moved TODO to issue #645 on github

Thomas Waldmann 9 年之前
父節點
當前提交
409c06c621
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      borg/archiver.py

+ 0 - 4
borg/archiver.py

@@ -550,10 +550,6 @@ class Archiver:
         """upgrade a repository from a previous version"""
         """upgrade a repository from a previous version"""
         # mainly for upgrades from Attic repositories,
         # mainly for upgrades from Attic repositories,
         # but also supports borg 0.xx -> 1.0 upgrade.
         # 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)
         repo = AtticRepositoryUpgrader(args.location.path, create=False)
         try:
         try: