[darcs-devel] [issue498] progress indicators

2008-01-29 Thread Mark Stosberg
There is now a progress reporting framework in the unstable branch. -- nosy: +markstos status: chatting - resolved-in-unstable __ Darcs bug tracker [EMAIL PROTECTED] http://bugs.darcs.net/issue498 __

Re: [darcs-devel] [issue498] progress indicators

2007-07-21 Thread Kevin Quick
On 20 Jul 2007, at 1:47 PM, Eric Y. Kow wrote: Thanks Zooko, Progress indicators might seem like a mere decoration, but they are actually very important to the user experience, so this is not an unimportant feature request. I think we all agree that this is very important stuff. You might

Re: [darcs-devel] [issue498] progress indicators

2007-07-21 Thread Eric Y. Kow
On Sat, Jul 21, 2007 at 15:56:11 -0700, Kevin Quick wrote: I did some experiments on a local repository that I access remotely via SSH. It turns out that a lot of the time is consumed fetching patches via SSH and there's no -v progress indicators for when this is happening. The

[darcs-devel] [issue498] progress indicators

2007-07-20 Thread Zooko
New submission from Zooko [EMAIL PROTECTED]: As per this e-mail message: http://lists.osuosl.org/pipermail/darcs-devel/2007-July/005927.html If darcs is in the process of doing something (in this case fetching metadata from a remote repository), it doesn't do a good enough job of informing

Re: [darcs-devel] [issue498] progress indicators

2007-07-20 Thread Eric Y. Kow
Thanks Zooko, Progress indicators might seem like a mere decoration, but they are actually very important to the user experience, so this is not an unimportant feature request. I think we all agree that this is very important stuff. You might want to have a look at the related issue72.