/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/add.py

  • Committer: Martin Pool
  • Date: 2009-03-13 07:54:48 UTC
  • mfrom: (4144 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4189.
  • Revision ID: mbp@sourcefrog.net-20090313075448-jlz1t7baz7gzipqn
merge trunk

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