diff options
-rw-r--r-- | Annex/Branch.hs | 2 | ||||
-rw-r--r-- | test.hs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 24da8120c..645a2de76 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 () @@ -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 |