~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-06-24 09:18:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050624091832-f37eeb2119c4ee99
- fix verbose output from Branch.add

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
                inv.add_path(f, kind=kind, file_id=file_id)
426
426
 
427
427
                if verbose:
428
 
                    show_status('A', kind, quotefn(f))
 
428
                    print 'added', quotefn(f)
429
429
 
430
430
                mutter("add file %s file_id:{%s} kind=%r" % (f, file_id, kind))
431
431