~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-09 21:08:10 UTC
  • mfrom: (3989.1.2 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090209210810-cq9lgqy519b7wfyi
(oddbloke) bzr add distinguishes between success and failure better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
525
525
        finally:
526
526
            if base_tree is not None:
527
527
                base_tree.unlock()
 
528
        if not is_quiet() and len(added) > 0:
 
529
            self.outf.write('add completed\n')
528
530
        if len(ignored) > 0:
529
531
            if verbose:
530
532
                for glob in sorted(ignored.keys()):