summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-17 16:44:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-17 16:44:06 -0400
commita4dc920f6b2c31cbdd2c727f1ba7550216303991 (patch)
tree1be896cae36fc4adb5eaa698438d3866cd44b7ac /Commands.hs
parenta020b0c25c4e7c2e14d685eac8c4d3aa0e1fef8a (diff)
remove some old todos
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Commands.hs b/Commands.hs
index 05af0ab2d..48186928a 100644
--- a/Commands.hs
+++ b/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