diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-13 15:40:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-13 15:40:38 -0400 |
commit | d6bf4460d8b7ff91ba553958240054ca8a2a91d6 (patch) | |
tree | bc23043851e98c771a3b451456a0103332b20444 /GitAnnex.hs | |
parent | f0cf034faa674921dae63d7a54270861bbe86e29 (diff) |
add schedule command
Mostly because it gives me an excuse and a hook to document the schedule
expression format.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index ad04d9fdc..36fe6aa83 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -54,6 +54,7 @@ import qualified Command.Semitrust import qualified Command.Dead import qualified Command.Group import qualified Command.Content +import qualified Command.Schedule import qualified Command.Ungroup import qualified Command.Vicfg import qualified Command.Sync @@ -117,6 +118,7 @@ cmds = concat , Command.Dead.def , Command.Group.def , Command.Content.def + , Command.Schedule.def , Command.Ungroup.def , Command.Vicfg.def , Command.FromKey.def |