import: Fix failure of cross-device import on Windows.

As well as import, 2 other places ran "mv" manually, so changed them to use
moveFile as well.
This commit is contained in:
Joey Hess 2015-07-07 14:48:23 -04:00
parent 99a99b3f65
commit 625303226d
4 changed files with 28 additions and 13 deletions

1
debian/changelog vendored
View file

@ -21,6 +21,7 @@ git-annex (5.20150618) UNRELEASED; urgency=medium
git init --shared=world.
* On linux, pass --as-needed to linker to avoid linking with unused
shared libraries including libyaml.
* import: Fix failure of cross-device import on Windows.
-- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400