/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

  • Committer: Jelmer Vernooij
  • Date: 2020-06-01 19:35:12 UTC
  • mfrom: (7490.29.10 work)
  • mto: This revision was merged to the branch mainline in revision 7507.
  • Revision ID: jelmer@jelmer.uk-20200601193512-yx77edrbrs12d0qy
Merge lp:brz/3.1.

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)