unify elipsis handling
And add a simple dots-based progress display, currently only used in v2 upgrade.
This commit is contained in:
parent
ec9e9343d9
commit
00153eed48
22 changed files with 76 additions and 62 deletions
|
@ -61,7 +61,7 @@ perform key = maybe droplocal dropremote =<< Annex.getState Annex.fromremote
|
|||
where
|
||||
dropremote name = do
|
||||
r <- Remote.byName name
|
||||
showNote $ "from " ++ Remote.name r ++ "..."
|
||||
showAction $ "from " ++ Remote.name r
|
||||
next $ Command.Move.fromCleanup r True key
|
||||
droplocal = Command.Drop.perform key (Just 0) -- force drop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue