# HG changeset patch # User timeless@gmail.com # Date 1462277827 0 # Node ID fbc07f671e2fd549e3e7f703538f4825b0575e86 # Parent 5ac263d4ae6ce527c7a9024cdb32d5c2d9cb30e6 spelling: todo diff -r 5ac263d4ae6c -r fbc07f671e2f kallithea/controllers/files.py --- a/kallithea/controllers/files.py Tue May 03 12:16:35 2016 +0000 +++ b/kallithea/controllers/files.py Tue May 03 12:17:07 2016 +0000 @@ -550,7 +550,7 @@ archive_path = None cached_archive_path = None archive_cache_dir = CONFIG.get('archive_cache_dir') - if archive_cache_dir and not subrepos: # TOOD: subrepo caching? + if archive_cache_dir and not subrepos: # TODO: subrepo caching? if not os.path.isdir(archive_cache_dir): os.makedirs(archive_cache_dir) cached_archive_path = os.path.join(archive_cache_dir, archive_name)