summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-05 17:22:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-05 17:23:26 -0400
commite0d5901349c15b3eeace319cbe8854e655a602d6 (patch)
treeda3346ca3aeb17f283fd2e814b2e3faa470dd8aa /Command.hs
parent021c06e8998a365c95db2f362d37bdf00f61ea01 (diff)
join back threads before ending concurrent output so display works
I didn't really want to put allowConcurrentOutput in CmdLine.Action, but there were dep loops and that was the best place available.
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Command.hs b/Command.hs
index 17787539b..bee63bb74 100644
--- a/Command.hs
+++ b/Command.hs
@@ -19,7 +19,6 @@ module Command (
whenAnnexed,
ifAnnexed,
isBareRepo,
- allowConcurrentOutput,
module ReExported
) where
@@ -37,7 +36,6 @@ import CmdLine.Option as ReExported
import CmdLine.GlobalSetter as ReExported
import CmdLine.GitAnnex.Options as ReExported
import Options.Applicative as ReExported hiding (command)
-import Messages.Internal (allowConcurrentOutput)
import qualified Options.Applicative as O