diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-30 13:16:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-30 13:21:39 -0400 |
commit | f6063a094ec02caec314b42dc05f2f0595ae0ce4 (patch) | |
tree | 624717470d70b9119361803b4656dd1c79573354 /Remote/Rsync.hs | |
parent | 5fe02f280726442496303859e83f9ce1c48be0cb (diff) |
renamed GitRepo to Git
It was always imported qualified as Git anyway
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r-- | Remote/Rsync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index bf1bbd870..aa2507fff 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -18,7 +18,7 @@ import System.Posix.Process import Types import Types.Remote -import qualified GitRepo as Git +import qualified Git import qualified Annex import UUID import Locations |