aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bzr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bzr.rb b/bzr.rb
index 2796e6c..8f74edb 100644
--- a/bzr.rb
+++ b/bzr.rb
@@ -25,7 +25,7 @@ class VCS
File.open(tmpfile,"w"){|f|
f<<comment
}
- ret = `#{BZRCMD} commit -F #{tmpfile}`
+ ret = `#{BZRCMD} commit -q -F #{tmpfile}`
File.delete(tmpfile)
ret
end