sync: Fix bug that caused direct mode mappings to not be updated when merging files into the tree on Windows.

This commit is contained in:
Joey Hess 2013-09-13 13:49:28 -04:00
parent 65fe2314be
commit ab9dd6d8a0
3 changed files with 23 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import qualified Git.DiffTree as DiffTree
import Git.Sha
import Git.Types
import Annex.CatFile
import Utility.FileMode
import Git.FileMode
import qualified Annex.Queue
import Logs.Location
import Backend