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

Merge lp:brz/3.0.

Merged from https://code.launchpad.net/~jelmer/brz/3.1-merge-3.0/+merge/384872

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            $ echo new parent > file
196
196
            $ brz commit -m 'new parent'
197
197
            $ cd ..
198
 
            ''' % {'working_dir': self.working_dir},
199
 
            null_output_matches_anything=True)
 
198
            ''', null_output_matches_anything=True)
200
199
 
201
200
    def assertLocations(self, expected_locations):
202
201
        br, _ = branch.Branch.open_containing(self.working_dir)