~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Merge add update from oddbloke

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()):