remove 163 lines of code without changing anything except imports
This commit is contained in:
parent
8dd5d180f1
commit
737e45156e
259 changed files with 192 additions and 355 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
module CmdLine.Action where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import qualified Annex
|
||||
import Annex.Concurrent
|
||||
import Types.Command
|
||||
|
|
|
@ -7,8 +7,11 @@
|
|||
|
||||
module CmdLine.Batch where
|
||||
|
||||
import Common.Annex
|
||||
import Command
|
||||
import Annex.Common
|
||||
import Types.Command
|
||||
import CmdLine.Action
|
||||
import CmdLine.GitAnnex.Options
|
||||
import Options.Applicative
|
||||
|
||||
data BatchMode = Batch | NoBatch
|
||||
|
||||
|
|
|
@ -11,14 +11,13 @@ import Options.Applicative
|
|||
import Options.Applicative.Builder.Internal
|
||||
import Control.Concurrent
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import qualified Git.Config
|
||||
import qualified Git.Construct
|
||||
import Git.Types
|
||||
import Types.TrustLevel
|
||||
import Types.NumCopies
|
||||
import Types.Messages
|
||||
import Types.Key
|
||||
import Types.Command
|
||||
import Types.DeferredParse
|
||||
import Types.DesktopNotify
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module CmdLine.GitAnnexShell where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import qualified Git.Construct
|
||||
import qualified Git.Config
|
||||
import CmdLine
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module CmdLine.GitAnnexShell.Checks where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import Command
|
||||
import qualified Annex
|
||||
import Annex.Init
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module CmdLine.GitAnnexShell.Fields where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import qualified Annex
|
||||
import Git.FilePath
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ module CmdLine.Option where
|
|||
|
||||
import Options.Applicative
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import CmdLine.Usage
|
||||
import CmdLine.GlobalSetter
|
||||
import qualified Annex
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
module CmdLine.Seek where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import Types.Command
|
||||
import Types.Key
|
||||
import Types.FileMatcher
|
||||
import qualified Annex
|
||||
import qualified Git
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module CmdLine.Usage where
|
||||
|
||||
import Common.Annex
|
||||
import Annex.Common
|
||||
import Types.Command
|
||||
|
||||
usageMessage :: String -> String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue