diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-04 14:52:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-04 14:52:07 -0400 |
commit | 527b6970457e74f8c88dfdac7c96241e2496a2f2 (patch) | |
tree | fdf6e4b273cc5043dd8e009675ba78f98659a514 /Annex/Concurrent.hs | |
parent | 1933f8a5599f33b95811710ad10e1ed17703699d (diff) |
add regions to concurrent output
still no progress displays when getting files etc, but a big improvement
Diffstat (limited to 'Annex/Concurrent.hs')
-rw-r--r-- | Annex/Concurrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Concurrent.hs b/Annex/Concurrent.hs index d3585e04f..5faa98a47 100644 --- a/Annex/Concurrent.hs +++ b/Annex/Concurrent.hs @@ -51,7 +51,7 @@ dupState = do } {- Merges the passed AnnexState into the current Annex state. - - Also shuts closes various handles in it. -} + - Also closes various handles in it. -} mergeState :: AnnexState -> Annex () mergeState st = do st' <- liftIO $ snd <$> run st closehandles |