/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 breezy/tests/blackbox/test_status.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:53:47 UTC
  • mfrom: (6813 trunk)
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112175347-wovgaqmkbyo8fo7f
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
        wt = self.make_branch_and_tree('.')
213
213
        b = wt.branch
214
214
 
215
 
        self.build_tree(['directory/','directory/hello.c',
216
 
                         'bye.c','test.c','dir2/',
 
215
        self.build_tree(['directory/', 'directory/hello.c',
 
216
                         'bye.c', 'test.c', 'dir2/',
217
217
                         'missing.c'])
218
218
        wt.add('directory')
219
219
        wt.add('test.c')
242
242
        tof = BytesIO()
243
243
        self.assertRaises(errors.PathsDoNotExist,
244
244
                          show_tree_status,
245
 
                          wt, specific_files=['bye.c','test.c','absent.c'],
 
245
                          wt, specific_files=['bye.c', 'test.c', 'absent.c'],
246
246
                          to_file=tof)
247
247
 
248
248
        tof = BytesIO()