~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.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:
4675
4675
        try:
4676
4676
            containing_tree.extract(sub_id)
4677
4677
        except errors.RootNotRich:
4678
 
            raise errors.UpgradeRequired(containing_tree.branch.base)
 
4678
            raise errors.RichRootUpgradeRequired(containing_tree.branch.base)
4679
4679
 
4680
4680
 
4681
4681
class cmd_merge_directive(Command):