summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-28 16:15:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-28 16:15:50 -0400
commit5034d8c2985dafeb141bba383ab70d75729b3cb6 (patch)
treeac5a6dcb4f3f8aa86a5cb86fa30fa68f1b5fdcac /doc
parente8068f2ffbeb25bc094ecb3763da6ace278586cc (diff)
Modify location log parser to allow future expansion.
Since the logs have just been moved into the git-annex branch, don't need to worry about backwards compatability with old versions of git-annex that would fail to parse location logs with extra fields tacked on.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/tahoe_lfs_for_reals.mdwn7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/todo/tahoe_lfs_for_reals.mdwn b/doc/todo/tahoe_lfs_for_reals.mdwn
index 4e0bf2fb1..9019767eb 100644
--- a/doc/todo/tahoe_lfs_for_reals.mdwn
+++ b/doc/todo/tahoe_lfs_for_reals.mdwn
@@ -19,10 +19,3 @@ location log:
This way, each remote can store its own key-specfic data in the same place
as other key-specific data, with minimal overhead.
-
-Unfortunatly, the current location log parser throws out lines that it
-cannot parse, so making this change would involve something of a flag day
-upgrade. Also unfortunatly, the location log and other .git-annex/ data
-does not have its own version that can be checked to force an upgrade
-across all clones. It might be best to deal with this at the same time
-the ideas in [[branching]] are done. --[[Joey]]