aboutsummaryrefslogtreecommitdiff
path: root/Command/Direct.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-18 17:15:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-18 17:15:16 -0400
commitea7dc8c893299331684ac0f68b78e96ad037baef (patch)
tree0953358a62c7c9e7dc7aa3de6c733d702f114606 /Command/Direct.hs
parent845de8f36631f8bb18abba43d00e44fa38e91cbf (diff)
partial and incomplete automatic merging in direct mode
Handles our file right, but not theirs.
Diffstat (limited to 'Command/Direct.hs')
-rw-r--r--Command/Direct.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Direct.hs b/Command/Direct.hs
index 991930c38..8e7f40145 100644
--- a/Command/Direct.hs
+++ b/Command/Direct.hs
@@ -41,7 +41,7 @@ perform = do
next cleanup
where
go = whenAnnexed $ \f (k, _) -> do
- r <- toDirect k f
+ r <- toDirectGen k f
case r of
Nothing -> noop
Just a -> do