diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-09 01:15:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-09 01:33:20 -0400 |
commit | 56b8194470f0ddc1b3e1c51da8ca55a5c9c2eb05 (patch) | |
tree | a03330e0fd21dc8f2f433fb3f5b568418037db8c /Annex | |
parent | bf460a0a98d7e4c7f4eac525fcf300629db582b6 (diff) |
cleanup
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Content.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index fc2c2d092..ecfec66aa 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -56,9 +56,8 @@ calcGitLink file key = do - repository. -} logStatus :: Key -> LogStatus -> Annex () logStatus key status = do - g <- gitRepo u <- getUUID - logChange g key u status + logChange key u status {- Runs an action, passing it a temporary filename to download, - and if the action succeeds, moves the temp file into |