refactoring and cleanup

No code changes.
This commit is contained in:
Joey Hess 2011-10-29 23:48:46 -04:00
parent ef5330120c
commit 4e9be0d1f8
12 changed files with 288 additions and 210 deletions

View file

@ -20,7 +20,6 @@ import qualified Annex.Queue
import qualified Git
import Annex.Content
import Command
import Options
{- Runs the passed command line. -}
dispatch :: [String] -> [Command] -> [Option] -> String -> Git.Repo -> IO ()