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

whitespace fixups

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        
94
94
        tof = StringIO()
95
95
        revs.append(RevisionSpec(1))
96
 
      
97
 
 
98
 
 
99
 
 
 
96
        
100
97
        show_tree_status(wt, to_file=tof, revision=revs)
101
98
        
102
99
        tof.seek(0)
182
179
                           ])
183
180
 
184
181
class CheckoutStatus(BranchStatus):
 
182
 
185
183
    def setUp(self):
186
184
        super(CheckoutStatus, self).setUp()
187
185
        mkdir('codir')