diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-13 16:41:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-14 14:41:07 -0400 |
commit | a471f380bd56373bf9613c3b4bfe7448318a0619 (patch) | |
tree | 356263e3de291e19d60a4ed3461706f5062877b0 /CmdLine | |
parent | 49e97f31528351af46437bcccfa645d949bc85a1 (diff) |
undo command
This commit was sponsored by Andrew Cant.
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 2fca855e0..70d6477bc 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -84,6 +84,7 @@ import qualified Command.Indirect import qualified Command.Upgrade import qualified Command.Forget import qualified Command.Proxy +import qualified Command.Undo import qualified Command.Version import qualified Command.Help #ifdef WITH_ASSISTANT @@ -177,6 +178,7 @@ cmds = concat , Command.Upgrade.cmd , Command.Forget.cmd , Command.Proxy.cmd + , Command.Undo.cmd , Command.Version.cmd , Command.Help.cmd #ifdef WITH_ASSISTANT |