~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_bound_branches.py

  • Committer: Aaron Bentley
  • Date: 2006-08-03 14:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1934.
  • Revision ID: abentley@panoramicfeedback.com-20060803142738-c25a7730d8a16b1a
Fix a bunch of test cases that assumed --merge-type or log-format

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        super(TestLegacyFormats, self).setUp()
36
36
        self.build_tree(['master/', 'child/'])
37
37
        self.run_bzr('init', 'master')
38
 
        self.run_bzr('init', '--format=weave', 'child')
 
38
        self.run_bzr('init', '--weave', 'child')
39
39
        os.chdir('child')
40
40
    
41
41
    def test_bind_format_6_bzrdir(self):