remove some old todos
This commit is contained in:
parent
a020b0c25c
commit
a4dc920f6b
3 changed files with 0 additions and 15 deletions
10
Commands.hs
10
Commands.hs
|
@ -36,8 +36,6 @@ cmds = [
|
|||
(Command "add" addCmd FilesNotInGit)
|
||||
, (Command "get" getCmd FilesInGit)
|
||||
, (Command "drop" dropCmd FilesInGit)
|
||||
, (Command "push" pushCmd RepoName)
|
||||
, (Command "pull" pullCmd RepoName)
|
||||
, (Command "unannex" unannexCmd FilesInGit)
|
||||
, (Command "describe" describeCmd SingleString)
|
||||
, (Command "fix" fixCmd FilesInOrNotInGit)
|
||||
|
@ -216,14 +214,6 @@ fixCmd file = notinBackend file err $ \(key, backend) -> do
|
|||
else return ()
|
||||
err = error $ "not annexed " ++ file
|
||||
|
||||
{- Pushes all files to a remote repository. -}
|
||||
pushCmd :: String -> Annex ()
|
||||
pushCmd reponame = do error "not implemented" -- TODO
|
||||
|
||||
{- Pulls all files from a remote repository. -}
|
||||
pullCmd :: String -> Annex ()
|
||||
pullCmd reponame = do error "not implemented" -- TODO
|
||||
|
||||
{- Stores description for the repository. -}
|
||||
describeCmd :: String -> Annex ()
|
||||
describeCmd description = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue