[Pkg-bazaar-commits] ./bzr/unstable r772: - fix verbose output from Branch.add

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:20:59 UTC 2009


------------------------------------------------------------
revno: 772
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-06-24 19:18:32 +1000
message:
  - fix verbose output from Branch.add
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-06-24 09:03:20 +0000
+++ b/bzrlib/branch.py	2005-06-24 09:18:32 +0000
@@ -425,7 +425,7 @@
                 inv.add_path(f, kind=kind, file_id=file_id)
 
                 if verbose:
-                    show_status('A', kind, quotefn(f))
+                    print 'added', quotefn(f)
 
                 mutter("add file %s file_id:{%s} kind=%r" % (f, file_id, kind))
 



More information about the Pkg-bazaar-commits mailing list