diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-06 15:12:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-06 15:12:42 -0400 |
commit | faa6b2cdd7e62e221ccda3890fd1da32713cec8f (patch) | |
tree | 0587650ccdb863797e0d32aba93b19249109fbf0 /CmdLine/GitAnnex.hs | |
parent | a33ccc14c09d51a1604b34a175e7938d37f29abf (diff) |
groupwanted: New command to set the groupwanted preferred content expression.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-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 cbae7d486..492e3c3e5 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -68,6 +68,7 @@ import qualified Command.Semitrust import qualified Command.Dead import qualified Command.Group import qualified Command.Wanted +import qualified Command.GroupWanted import qualified Command.Schedule import qualified Command.Ungroup import qualified Command.Vicfg @@ -142,6 +143,7 @@ cmds = concat , Command.Dead.cmd , Command.Group.cmd , Command.Wanted.cmd + , Command.GroupWanted.cmd , Command.Schedule.cmd , Command.Ungroup.cmd , Command.Vicfg.cmd |