remote-bzr: tell bazaar to be quiet
Otherwise we get notification, progress bars, and what not. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d82c912c43
commit
4d74cd4725
@ -26,6 +26,7 @@ bzrlib.plugin.load_plugins()
|
|||||||
import bzrlib.generate_ids
|
import bzrlib.generate_ids
|
||||||
import bzrlib.transport
|
import bzrlib.transport
|
||||||
import bzrlib.errors
|
import bzrlib.errors
|
||||||
|
import bzrlib.ui
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
@ -755,6 +756,8 @@ def main(args):
|
|||||||
if not os.path.exists(dirname):
|
if not os.path.exists(dirname):
|
||||||
os.makedirs(dirname)
|
os.makedirs(dirname)
|
||||||
|
|
||||||
|
bzrlib.ui.ui_factory.be_quiet(True)
|
||||||
|
|
||||||
repo = get_repo(url, alias)
|
repo = get_repo(url, alias)
|
||||||
|
|
||||||
marks_path = os.path.join(dirname, 'marks-int')
|
marks_path = os.path.join(dirname, 'marks-int')
|
||||||
|
Loading…
Reference in New Issue
Block a user