Commit cf8cd63e6ac88ce544a198ec1ddb46d7d276f0db

Stefan Sperling 2019-07-30T18:08:51

add 'got revert -R' to TODO list

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/TODO b/TODO
index ae70add..4c5f895 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,7 @@ lib:
 - allow adding directory paths with 'got add'
 - recursive addition: got add -R
 - recursive removal: got rm -R
+- recursive revert: got revert -R
 - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
   this command runs too slow in got-read-pack
   (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)