build.
* importfeed: Display feed title.
* init: Support being ran in a repository that has a newline in its path.
+ * copy: When --from and --to are combined and the content is already
+ present on the destination remote, update location tracking as
+ necessary.
-- Joey Hess <id@joeyh.name> Mon, 27 Feb 2023 12:31:14 -0400
Right True -> do
showAction $ "from " ++ Remote.name src
showAction $ "to " ++ Remote.name dest
+ -- The log may not indicate dest's copy
+ -- yet, so make sure it does.
+ logChange key (Remote.uuid dest) InfoPresent
-- Drop from src, checking copies including
-- the one already in dest.
dropfromsrc id
[[!meta author=yoh]]
[[!tag projects/dandi]]
+
+> [[fixed|done]] --[[Joey]]
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2023-03-13T18:34:36Z"
+ content="""
+Aah, I see, this is when the content is present on the --to
+remote, but git-annex is not locally aware of that yet.
+
+And `git-annex copy --to remote` does
+update location tracking in such a case, so --from --to should also.
+"""]]