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
|
@ -7,7 +7,6 @@
|
|||
|
||||
module Command.Add where
|
||||
|
||||
import Common.Annex
|
||||
import Command
|
||||
import Annex.Ingest
|
||||
import Logs.Location
|
||||
|
@ -16,13 +15,11 @@ import Annex.Content.Direct
|
|||
import Annex.Link
|
||||
import qualified Annex
|
||||
import qualified Annex.Queue
|
||||
import qualified Database.Keys
|
||||
import Config
|
||||
import Utility.InodeCache
|
||||
import Annex.FileMatcher
|
||||
import Annex.Version
|
||||
import qualified Database.Keys
|
||||
import Types.Key
|
||||
import CmdLine.Batch
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $ withGlobalOptions (jobsOption : jsonOption : fileMatchingOptions) $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue