~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Daniel Watkins
  • Date: 2009-02-08 14:26:35 UTC
  • mto: (3989.1.1 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 3990.
  • Revision ID: daniel@daniel-watkins.co.uk-20090208142635-zyzycxxz7i6p3dih
RevertedĀ someĀ irrelevantĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                                       + path.raw_path.replace('/', '%'),
35
35
                                       warn=False)
36
36
        if self.should_print:
37
 
            self._to_file.write('adding %s with id %s\n'
 
37
            self._to_file.write('added %s with id %s\n'
38
38
                                % (path.raw_path, file_id))
39
39
        return file_id
40
40