git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d82c912
)
remote-bzr: tell bazaar to be quiet
author
Felipe Contreras
<redacted>
Fri, 26 Apr 2013 21:12:37 +0000
(16:12 -0500)
committer
Junio C Hamano
<redacted>
Fri, 26 Apr 2013 22:20:27 +0000
(15:20 -0700)
Otherwise we get notification, progress bars, and what not.
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/git-remote-bzr
patch
|
blob
|
history
diff --git
a/contrib/remote-helpers/git-remote-bzr
b/contrib/remote-helpers/git-remote-bzr
index 34f61565768650eea2970eac4d7e27e602ef88e8..6ccca8e7dc5330d775f9f923c1bf297ff310006f 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-bzr
+++ b/
contrib/remote-helpers/git-remote-bzr
@@
-26,6
+26,7
@@
bzrlib.plugin.load_plugins()
import bzrlib.generate_ids
import bzrlib.transport
import bzrlib.errors
+import bzrlib.ui
import sys
import os
@@
-755,6
+756,8
@@
def main(args):
if not os.path.exists(dirname):
os.makedirs(dirname)
+ bzrlib.ui.ui_factory.be_quiet(True)
+
repo = get_repo(url, alias)
marks_path = os.path.join(dirname, 'marks-int')
git clone https://git.99rst.org/PROJECT