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

  • Committer: Neil Martinsen-Burrell
  • Date: 2009-06-08 02:02:08 UTC
  • mto: (4446.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4447.
  • Revision ID: nmb@wartburg.edu-20090608020208-zb6y8877j6oxhml2
Fix #220067 adding more specificity to the error message when split fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
4665
4665
        try:
4666
4666
            containing_tree.extract(sub_id)
4667
4667
        except errors.RootNotRich:
4668
 
            raise errors.UpgradeRequired(containing_tree.branch.base)
 
4668
            raise errors.RichRootUpgradeRequired(containing_tree.branch.base)
4669
4669
 
4670
4670
 
4671
4671
class cmd_merge_directive(Command):