1.17: commands init, add, commit do not obey option --quiet

Bug #415035 reported by Jari Aalto
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

Cf. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542105

Package: bzr
Version: 1.17-1
Severity: normal

The -q, --quiet help read:

    $ bzr help init
    ...
    -q, --quiet Only display errors and warnings.

Likewise for commands 'add' and 'commit'.

But this happens:

    bzr init -q
    <progress indicator flashes>

    touch test

    bzr add -q test
    <progress indicator flashes / I'm not 100% sure, but It looks like it...>

    bzr commit -q -m "message" test
    <progress indicator flashes>

EXPECTED

The progress indicator should not appear with option -q, --quiet.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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.