No need to report protocol in progress bar line

Bug #377824 reported by Andrew Cowie
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
Unassigned

Bug Description

Given that the first thing that commands like `bzr pull` do when executed is report the branch URL they are reading from, and that URL includes a protocol component, there doesn't seem much reason to consume 8 or so characters on the progress bar line saying what the protocol is.

These extra characters could then be given to the part of the line where it says what Bazaar is actually doing.

AfC

Revision history for this message
Martin Pool (mbp) wrote :

I agree.

Changed in bzr:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 377824] [NEW] No need to report protocol in progress bar line

On Mon, 2009-05-18 at 03:20 +0000, Andrew Cowie wrote:
> Public bug reported:
>
> Given that the first thing that commands like `bzr pull` do when
> executed is report the branch URL they are reading from, and that URL
> includes a protocol component, there doesn't seem much reason to
> consume 8 or so characters on the progress bar line saying what the
> protocol is.
>
> These extra characters could then be given to the part of the line where
> it says what Bazaar is actually doing.

Operations will commonly talk to multiple resources that are often on
different protocols. Arguably we should be showing the host as well, or
even the url.

-Rob

Revision history for this message
Andrew Cowie (afcowie) wrote :

Ok, so how about a multi (2?) line progress area, perhaps

------
$ bzr pull
bzr://research.operationaldynamics.com/bzr/slashtime/mainline
376KB 94KB/s | Fetching revisions:Insert [and I would love to know the rest but it was truncated]
------

or better yet, put the progress at the right hand side like most other tools do:

------
$ bzr pull
bzr://research.operationaldynamics.com/bzr/slashtime/mainline
Fetching revisions:Insert, and I now know more details excep... | 376KB 94KB/s
------

Also illustrating a different truncating behaviour for you to contemplate.

AfC

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 377824] Re: No need to report protocol in progress bar line

2-line progress bars may be a bit harder to draw portably, but it may
be a good option.

I'm inclined to think we should show 'connecting to
bzr+ssh://blah/....' as a distinct message while it's happening and
that will help.

--
Martin <http://launchpad.net/~mbp/>

Revision history for this message
Martin Pool (mbp) wrote :

This was fixed a while ago

Changed in bzr:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.