projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c156f3
)
note where map is left in --fast mode
author
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Nov 2015 18:17:52 +0000
(14:17 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Nov 2015 18:17:52 +0000
(14:17 -0400)
Command/Map.hs
patch
|
blob
|
history
diff --git
a/Command/Map.hs
b/Command/Map.hs
index 9550108090b871b3754049c6344ef6bee63c70e6..64137ebe3dc09ca9b1ebff3ba574686c2fd12d95 100644
(file)
--- a/
Command/Map.hs
+++ b/
Command/Map.hs
@@
-46,7
+46,9
@@
start = do
liftIO $ writeFile file (drawMap rs umap trusted)
next $ next $
ifM (Annex.getState Annex.fast)
- ( return True
+ ( do
+ showLongNote $ "left map in " ++ file
+ return True
, do
showLongNote $ "running: dot -Tx11 " ++ file
showOutput