diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-12 15:48:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-12 15:48:00 -0400 |
commit | d257bad93c4ae6f8e6ef6a9c848e63d0f46eb225 (patch) | |
tree | df840e5983eafaf9581372ca282859fb3d583051 /Annex.hs | |
parent | e53900a54597437818d785aa6b1683b3b49d2afb (diff) |
uuid type
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ annexGetFile state file = do annexWantFile :: State -> FilePath -> IO () annexWantFile state file = do error "not implemented" -- TODO -{- Indicates a file is now wanted. -} +{- Indicates a file is not wanted. -} annexDropFile :: State -> FilePath -> IO () annexDropFile state file = do error "not implemented" -- TODO |