diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 16:21:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 16:21:08 -0400 |
commit | 1a29b5b52eec641a5456d7c8dc24356c90107bc0 (patch) | |
tree | 0b902c278129bd085e8db986af168a4e46d3dea6 /Command/Move.hs | |
parent | 279150ccd5ad937a44cbff798ab7bb118ad1dbee (diff) |
reorganize log modules
no code changes
Diffstat (limited to 'Command/Move.hs')
-rw-r--r-- | Command/Move.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Move.hs b/Command/Move.hs index 52eb49da1..62f38224c 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -11,10 +11,10 @@ import Common.Annex import Command import qualified Command.Drop import qualified Annex -import LocationLog +import Logs.Location import Annex.Content import qualified Remote -import UUID +import Logs.UUID command :: [Command] command = [repoCommand "move" paramPaths seek |