summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-14 00:22:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-14 00:22:42 -0400
commita2f241d50344726831ece2a354a599f389b20b54 (patch)
tree4201ae25224683439dc32437b7708eab3ab81a5b /Backend.hs
parentcbaebf538a8659193fb3dbb4f32e0f918a385af3 (diff)
fix LsFiles.typeChanged paths
Passing absolute paths to Command.Add used to work, but after recent changes doesn't. All LsFiles should use relative paths anyway, so fix it there.
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index 50c89ecc5..4c28f1c77 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -19,7 +19,6 @@ import System.Posix.Files
import Common.Annex
import qualified Git.Config
-import qualified Git.CheckAttr
import qualified Annex
import Annex.CheckAttr
import Types.Key