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
|
@ -45,7 +45,7 @@ perform dest key = do
|
|||
let src = gitAnnexLocation g key
|
||||
let tmpdest = gitAnnexTmpLocation g key
|
||||
liftIO $ createDirectoryIfMissing True (parentDir tmpdest)
|
||||
showNote "copying..."
|
||||
showAction "copying"
|
||||
ok <- liftIO $ copyFile src tmpdest
|
||||
if ok
|
||||
then do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue