split groups of related functions out of Utility
This commit is contained in:
parent
4c73d77b42
commit
203148363f
47 changed files with 312 additions and 265 deletions
|
@ -29,6 +29,8 @@ import UUID
|
|||
import Locations
|
||||
import Config
|
||||
import Utility
|
||||
import Utility.Conditional
|
||||
import Utility.SafeCommand
|
||||
import Messages
|
||||
import Utility.Ssh
|
||||
import Remote.Helper.Special
|
||||
|
|
|
@ -27,6 +27,8 @@ import Utility.CopyFile
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Utility.Conditional
|
||||
import Utility.Path
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
|
|
|
@ -26,6 +26,8 @@ import Messages
|
|||
import Utility.CopyFile
|
||||
import Utility.RsyncFile
|
||||
import Utility.Ssh
|
||||
import Utility.SafeCommand
|
||||
import Utility.Path
|
||||
import qualified Utility.Url as Url
|
||||
import Config
|
||||
import Init
|
||||
|
|
|
@ -17,7 +17,7 @@ import Types.Remote
|
|||
import qualified Git
|
||||
import qualified Annex
|
||||
import UUID
|
||||
import Utility
|
||||
import Utility.SafeCommand
|
||||
|
||||
{- Special remotes don't have a configured url, so Git.Repo does not
|
||||
- automatically generate remotes for them. This looks for a different
|
||||
|
|
|
@ -28,6 +28,7 @@ import Locations
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Utility.SafeCommand
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
|
|
|
@ -26,11 +26,14 @@ import Locations
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Utility.Conditional
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
import Messages
|
||||
import Utility.RsyncFile
|
||||
import Utility.SafeCommand
|
||||
import Utility.Path
|
||||
|
||||
type RsyncUrl = String
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue