diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-09 16:22:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-09 16:22:06 -0400 |
commit | 3d6a48572d1b626ef68785d3e7ed400b4016d9e5 (patch) | |
tree | 4fff42b311d110e8853fb814b80e1baad2df1edc /Command | |
parent | dd4d8a476c3199965f21a12ce8b0c000d2960723 (diff) |
cleanup
Diffstat (limited to 'Command')
-rw-r--r-- | Command/NotifyChanges.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Command/NotifyChanges.hs b/Command/NotifyChanges.hs index 83d7bca3f..92c70f05e 100644 --- a/Command/NotifyChanges.hs +++ b/Command/NotifyChanges.hs @@ -9,16 +9,10 @@ module Command.NotifyChanges where import Command import Annex.ChangedRefs -import Utility.DirWatcher -import Utility.DirWatcher.Types -import qualified Git -import Git.Sha import RemoteDaemon.Transport.Ssh.Types import Utility.SimpleProtocol -import Control.Concurrent import Control.Concurrent.Async -import Control.Concurrent.STM cmd :: Command cmd = noCommit $ |