From 1bf02029f9af8040dc88b9c59c9ce109880accaf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Mar 2024 13:45:31 -0400 Subject: [PATCH] small problem --- doc/todo/migration_to_VURL_by_default.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/migration_to_VURL_by_default.mdwn b/doc/todo/migration_to_VURL_by_default.mdwn index ce78eb857d..7d1c4b4385 100644 --- a/doc/todo/migration_to_VURL_by_default.mdwn +++ b/doc/todo/migration_to_VURL_by_default.mdwn @@ -21,3 +21,9 @@ WORM keys if they really want to. However, I don't think there's enough reason to want to use URL keys to add configuration of which kind of keys addurl uses, once VURL is the default. --[[Joey]] + +> One way this might cause trouble is that current `git-annex registerurl` +> and `unregisterurl` (and `fromkey`) when passed an url rather than a key, +> generates an URL key. If that is changed to generate a VURL key, then +> it might break some workflow, particularly one where an url was +> registered as an URL key and is now being unregistered.