~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

Merge add update from oddbloke

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        :param kind: The kind of the object being added.
55
55
        """
56
56
        if self.should_print:
57
 
            self._to_file.write('added %s\n' % _quote(path.raw_path))
 
57
            self._to_file.write('adding %s\n' % _quote(path.raw_path))
58
58
        return None
59
59
 
60
60
 
73
73
        file_id, base_path = self._get_base_file_id(path, parent_ie)
74
74
        if file_id is not None:
75
75
            if self.should_print:
76
 
                self._to_file.write('added %s w/ file id from %s\n'
 
76
                self._to_file.write('adding %s w/ file id from %s\n'
77
77
                                    % (path.raw_path, base_path))
78
78
        else:
79
79
            # we aren't doing anything special, so let the default