uuid type
This commit is contained in:
parent
e53900a545
commit
d257bad93c
2 changed files with 5 additions and 3 deletions
2
Annex.hs
2
Annex.hs
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue