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

  • Committer: Aaron Bentley
  • Date: 2006-08-16 04:57:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1934.
  • Revision ID: aaron.bentley@utoronto.ca-20060816045705-b4e53acd83d8acb7
Strip out all the EnumOption stuff

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', '--weave', 'child')
 
38
        self.run_bzr('init', '--format=weave', 'child')
39
39
        os.chdir('child')
40
40
    
41
41
    def test_bind_format_6_bzrdir(self):