From 2db8f55a798ca09c9e4cb684969b25fcc41dde86 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 11 Apr 2019 22:20:50 -0700 Subject: [PATCH] Update README --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index dca4d3c..1bf25b9 100644 --- a/README +++ b/README @@ -69,10 +69,9 @@ To-do * Study how snapshots behave when --delete is passed * Snapshot cleanup script * Repository.__delitem__() - * Repository.__contains__() * Snapshot.__del__()? * Add __enter__ and __exit__ for PackageManager lockfiles to prevent transactions during backup -* Get rid of counter variable in __next__? +* Profile-based path selection? Dependencies ------------