From 1826b3bd67b8d3e146fd833d4cb500b03d1bf096 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Oct 2011 18:01:46 -0400 Subject: [PATCH] cleanup --- Annex/Branch.hs | 2 +- test.hs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 24da8120c4..645a2de762 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -168,7 +168,7 @@ update = onceonly $ do disableUpdate return r -{- Avoids updating the branch. A useful optimisation when the branc +{- Avoids updating the branch. A useful optimisation when the branch - is known to have not changed, or git-annex won't be relying on info - from it. -} disableUpdate :: Annex () diff --git a/test.hs b/test.hs index 7d4c4293e1..0ef7449162 100644 --- a/test.hs +++ b/test.hs @@ -31,7 +31,6 @@ import qualified Types.Backend import qualified Types import qualified GitAnnex import qualified Logs.Location -import qualified Logs.UUID import qualified Logs.UUIDBased import qualified Logs.Trust import qualified Logs.Remote