copy --auto was checking the wrong repo's preferred content. (--from was checking what --to should, and vice-versa.) Fixed this bug, which was introduced in version 5.20150727.

This commit is contained in:
Joey Hess 2015-10-06 17:29:44 -04:00
parent 6fbabfcf16
commit 1ac79e6fe5
4 changed files with 16 additions and 3 deletions

3
debian/changelog vendored
View file

@ -13,6 +13,9 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
* Ported disk free space checking code to work on Solaris.
* Windows webapp: Fix support for entering password when setting
up a ssh remote.
* copy --auto was checking the wrong repo's preferred content.
(--from was checking what --to should, and vice-versa.)
Fixed this bug, which was introduced in version 5.20150727.
-- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400