/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-08-29 04:08:37 UTC
  • Revision ID: mbp@sourcefrog.net-20050829040836-8899ef8fc457b043
- Branch.add shouldn't write to stdout either

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
            os.mkdir(d)
490
490
            if not b:
491
491
                b = find_branch(d)
492
 
            b.add([d], verbose=True)
 
492
            b.add([d])
 
493
            print 'added', d
493
494
 
494
495
 
495
496
class cmd_relpath(Command):