Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'boar ci --quiet' is not very quiet #111

Open
GoogleCodeExporter opened this issue Jun 2, 2015 · 0 comments
Open

'boar ci --quiet' is not very quiet #111

GoogleCodeExporter opened this issue Jun 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Checkin some changed/new files with 'boar ci --quiet'

What is the expected output?

I expect to see not much output.

What do you see instead?

There's a lot of output starting with "Sending <filename>"

What version of boar are you using?

Mercurial change id 02794952ea9c

Please provide any additional information below.

Not too much output is seen in the console but if the output is directed to a 
log file then that file becomes huge. The reason is that there's a lot of these 
"Sending <filename>: <number>% [-]" lines that are output as the sending 
progresses.

The reason for this is that in workdir.py the check_in_file method uses a 
SimpleProgressPrinter object directly and bypasses the Workdir printers set in 
use_progress_printer method (which sets the dummy printers if quiet mode is 
requested).

Original issue reported on code.google.com by aki.s.ko...@gmail.com on 16 Oct 2014 at 3:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant