Skip to content

Commit 4d74cd4

Browse files
Felipe Contrerasgitster
authored andcommitted
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>
1 parent d82c912 commit 4d74cd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

contrib/remote-helpers/git-remote-bzr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ bzrlib.plugin.load_plugins()
2626
import bzrlib.generate_ids
2727
import bzrlib.transport
2828
import bzrlib.errors
29+
import bzrlib.ui
2930

3031
import sys
3132
import os
@@ -755,6 +756,8 @@ def main(args):
755756
if not os.path.exists(dirname):
756757
os.makedirs(dirname)
757758

759+
bzrlib.ui.ui_factory.be_quiet(True)
760+
758761
repo = get_repo(url, alias)
759762

760763
marks_path = os.path.join(dirname, 'marks-int')

0 commit comments

Comments
 (0)