rename
This commit is contained in:
parent
ff21fd4a65
commit
cfe21e85e7
73 changed files with 173 additions and 173 deletions
|
@ -14,11 +14,11 @@ module CmdLine (
|
|||
import System.IO.Error (try)
|
||||
import System.Console.GetOpt
|
||||
|
||||
import AnnexCommon
|
||||
import Annex.Common
|
||||
import qualified Annex
|
||||
import qualified AnnexQueue
|
||||
import qualified Annex.Queue
|
||||
import qualified Git
|
||||
import Content
|
||||
import Annex.Content
|
||||
import Command
|
||||
import Options
|
||||
import Init
|
||||
|
@ -81,7 +81,7 @@ tryRun = tryRun' 0
|
|||
tryRun' :: Integer -> Annex.AnnexState -> [Annex Bool] -> IO ()
|
||||
tryRun' errnum state (a:as) = do
|
||||
result <- try $ Annex.run state $ do
|
||||
AnnexQueue.flushWhenFull
|
||||
Annex.Queue.flushWhenFull
|
||||
a
|
||||
case result of
|
||||
Left err -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue