~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2009-06-10 09:34:02 UTC
  • mfrom: (3638.6.43 doc-ru)
  • mto: This revision was merged to the branch mainline in revision 4427.
  • Revision ID: v.ladeuil+lp@free.fr-20090610093402-8ixji6rvknop5qfb
Start Russian translation

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','rich roots'),
 
50
        self.run_bzr_error(('must upgrade your branch at .*tree',),
51
51
                           'split tree/subtree')
52
52
 
53
53
    def split_formats(self, format, repo_format):