Commit graph

4 commits

Author SHA1 Message Date
Joey Hess
451171b7c1
clean up url removal presence update
* rmurl: Fix a case where removing the last url left git-annex thinking
  content was still present in the web special remote.
* SETURLPRESENT, SETURIPRESENT, SETURLMISSING, and SETURIMISSING
  used to update the presence information of the external special remote
  that called them; this was not documented behavior and is no longer done.

Done by making setUrlPresent and setUrlMissing only update presence info
for the web, and only when the url is a web url. See the comment for
reasoning about why that's the right thing to do.

In AddUrl, had to make it update location tracking, to handle the
non-web-url case.

This commit was sponsored by Ewen McNeill on Patreon.
2018-10-04 17:35:49 -04:00
Joey Hess
27d5ed2fb8
oops, I was wrong 2018-10-04 15:41:07 -04:00
Joey Hess
378eae9a8e
response 2018-10-04 14:48:18 -04:00
Ilya_Shlyakhter
08a2ce39f5 Added a comment 2018-09-19 03:40:06 +00:00