/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-06-01 19:47:17 UTC
  • mfrom: (7506.1.1 merge-3.1)
  • Revision ID: breezy.the.bot@gmail.com-20200601194717-8mco90rhp2v1dbgj
Merge lp:brz/3.1.

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

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)