renamed RsyncFile -> Rsync
This commit is contained in:
parent
355ef8f3ea
commit
45a26175d6
6 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ import Assistant.WebApp
|
|||
import Assistant.WebApp.Types
|
||||
import Assistant.WebApp.SideBar
|
||||
import Utility.Yesod
|
||||
import Utility.RsyncFile (rsyncUrlIsShell)
|
||||
import Utility.Rsync (rsyncUrlIsShell)
|
||||
import Logs.Remote
|
||||
import Remote
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import Common.Annex
|
|||
import Command
|
||||
import CmdLine
|
||||
import Annex.Content
|
||||
import Utility.RsyncFile
|
||||
import Utility.Rsync
|
||||
import Logs.Transfer
|
||||
import Command.SendKey (fieldTransfer)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ module Command.SendKey where
|
|||
import Common.Annex
|
||||
import Command
|
||||
import Annex.Content
|
||||
import Utility.RsyncFile
|
||||
import Utility.Rsync
|
||||
import Logs.Transfer
|
||||
import qualified Fields
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import Control.Exception.Extensible
|
|||
|
||||
import Common.Annex
|
||||
import Utility.CopyFile
|
||||
import Utility.RsyncFile
|
||||
import Utility.Rsync
|
||||
import Remote.Helper.Ssh
|
||||
import Types.Remote
|
||||
import qualified Git
|
||||
|
|
|
@ -19,7 +19,7 @@ import Annex.Content
|
|||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
import Utility.RsyncFile
|
||||
import Utility.Rsync
|
||||
import Annex.Perms
|
||||
|
||||
type RsyncUrl = String
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{- file copying with rsync
|
||||
{- various rsync stuff
|
||||
-
|
||||
- Copyright 2010 Joey Hess <joey@kitenet.net>
|
||||
- Copyright 2010-2012 Joey Hess <joey@kitenet.net>
|
||||
-
|
||||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Utility.RsyncFile where
|
||||
module Utility.Rsync where
|
||||
|
||||
import Data.String.Utils
|
||||
import Data.List
|
Loading…
Reference in a new issue