[Pkg-bazaar-commits] ./bzr/unstable r505: - commit is verbose by default

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:33 UTC 2009


------------------------------------------------------------
revno: 505
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-16 12:50:33 +1000
message:
  - commit is verbose by default
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-16 02:44:34 +0000
+++ b/bzrlib/commands.py	2005-05-16 02:50:33 +0000
@@ -794,7 +794,7 @@
     takes_options = ['message', 'file', 'verbose']
     aliases = ['ci', 'checkin']
 
-    def run(self, message=None, file=None, verbose=False, selected_list=None):
+    def run(self, message=None, file=None, verbose=True, selected_list=None):
         from bzrlib.commit import commit
 
         ## Warning: shadows builtin file()



More information about the Pkg-bazaar-commits mailing list