From 3e55a8f164d67d5bd1ef86ae2f38fb2c6c3a51b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Dec 2012 19:20:38 -0400 Subject: direct mode committing --- Remote/Git.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Remote') diff --git a/Remote/Git.hs b/Remote/Git.hs index a333a707b..952fbf29f 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -37,6 +37,7 @@ import Config import Init import Types.Key import qualified Fields +import Logs.Location import Control.Concurrent import Control.Concurrent.MSampleVar @@ -243,7 +244,7 @@ dropKey r key whenM (Annex.Content.inAnnex key) $ do Annex.Content.lockContent key $ Annex.Content.removeAnnex key - Annex.Content.logStatus key InfoMissing + logStatus key InfoMissing Annex.Content.saveState True return True | Git.repoIsHttp r = error "dropping from http repo not supported" -- cgit v1.2.3