~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Alexander Belchenko
  • Date: 2008-03-12 19:55:37 UTC
  • mfrom: (3267 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3268.
  • Revision ID: bialix@ukr.net-20080312195537-pwgebmgki3p4zjbg
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2413
2413
                try:
2414
2414
                    repo_basis = tree.branch.repository.revision_tree(
2415
2415
                        tree.last_revision())
2416
 
                    if len(list(repo_basis._iter_changes(tree_basis))):
 
2416
                    if len(list(repo_basis.iter_changes(tree_basis))):
2417
2417
                        raise errors.BzrCheckError(
2418
2418
                            "Mismatched basis inventory content.")
2419
2419
                    tree._validate()