Show upload progress when using --dput

Bug #491368 reported by Rico Tzschichholz
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
bzr-builder
Fix Released
Medium
Unassigned

Bug Description

There should be some indication of the upload status when using --dput. So the native output of dput could be displayed?

Tags: easy usability

Related branches

Revision history for this message
James Westby (james-w) wrote :

I thought there was another bug for this.

The output of called tools should only be hidden if -q is used.

The steps to fix this would be:

  * bzrlib.trace.is_quiet() returns True if we should be quiet.
  * _run_command in __init__.py should be changed so that if bzrlib.trace.is_quiet()
    returns False we run

    trace.note(msg)
    proc = subprocess.Popen(command, cwd=basedir,
            stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
            stdin=subprocess.PIPE)
    proc.communicate()
    if proc.retcode != 0:
        raise errors.BzrCommandError(error_msg)

Thanks,

James

Changed in bzr-builder:
status: New → Triaged
importance: Undecided → Medium
James Westby (james-w)
tags: added: easy usability
James Westby (james-w)
Changed in bzr-builder:
status: Triaged → Fix Committed
James Westby (james-w)
Changed in bzr-builder:
milestone: none → 0.3
status: Fix Committed → 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.