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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-16 13:22:32 UTC
  • mfrom: (4446.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090616132232-4s8a3v00nfzh3i8w
(igc) better message when split fails (Neil Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        self.build_tree(['tree/subtree/'])
48
48
        tree.add('subtree')
49
49
        tree.commit('added subtree')
50
 
        self.run_bzr_error(('must upgrade your branch at .*tree',),
 
50
        self.run_bzr_error(('must upgrade your branch at .*tree','rich roots'),
51
51
                           'split tree/subtree')
52
52
 
53
53
    def split_formats(self, format, repo_format):