This commit is contained in:
Joey Hess 2021-06-08 17:38:56 -04:00
parent c3993a2655
commit 6cb9113ff5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2021-06-08T16:03:13Z"
content="""
I tried making reconcileStaged display the message itself, this is the
result:
add foo
100% 30 B 73 KiB/s 0s(scanning for annexed files...)
ok
So for that to be done, showSideAction would need to clear the progress
bar display first. Note that the display is ok when concurrent output is
enabled:
add c (scanning for annexed files...)
ok
Ok.. Fixed that display glitch, and made reconcileStaged display
the message itself when it's taking a while to run.
"""]]