summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/devblog/day_239-240__bittorrent_remote.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devblog/day_239-240__bittorrent_remote.mdwn b/doc/devblog/day_239-240__bittorrent_remote.mdwn
index a5fa164ae..771a01fa5 100644
--- a/doc/devblog/day_239-240__bittorrent_remote.mdwn
+++ b/doc/devblog/day_239-240__bittorrent_remote.mdwn
@@ -9,3 +9,8 @@ bittornado). I looked into using
<http://hackage.haskell.org/package/torrent> instead,
but that package is out of date and doesn't currently build. I've got a
patch fixing that, but am waiting to hear back from the library's author.
+
+There is a bit of a behavior change here; while before `git annex adurl` of
+a torrent file would add the torrent file itself to the repository, it now will
+download and add the contents of the torrent. I think/hope this behavior
+change is ok..