~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_delta.py

  • Committer: Aaron Bentley
  • Date: 2007-02-01 14:04:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2254.
  • Revision ID: abentley@panoramicfeedback.com-20070201140415-trnf1722qqwj2pg4
Clean up whitespace changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        self.assertReport(' K  path/ => path', modified='kind changed',
61
61
                          kind=('directory', 'file'), old_path='old')
62
62
        self.assertReport('RK  old => path/', renamed=True,
63
 
                          modified='kind changed', 
 
63
                          modified='kind changed',
64
64
                          kind=('file', 'directory'), old_path='old')
65
65
    def test_new(self):
66
66
        self.assertReport(' N  path/', modified='created',