Skip to content
Snippets Groups Projects
Commit 4bab7c3d authored by Ronny Pfannschmidt's avatar Ronny Pfannschmidt
Browse files

make the progress extension honor ui.quiet

parent b07d4870
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@
sharedprog = None
def uisetup(ui):
if ui.interactive() and not ui.debugflag:
if ui.interactive() and not ui.debugflag and not ui.quiet:
# we instantiate one globally shared progress bar to avoid
# competing progress bars when multiple UI objects get created
global sharedprog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment