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

merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
714
714
        # it fails; a better way of approaching this is to 
715
715
        # finally implement the explicit-caches approach design
716
716
        # a while back - RBC 20070306.
717
 
        if (sub_tree.branch.repository.bzrdir.root_transport.base
718
 
            ==
719
 
            self.work_tree.branch.repository.bzrdir.root_transport.base):
 
717
        if sub_tree.branch.repository.has_same_location(
 
718
            self.work_tree.branch.repository):
720
719
            sub_tree.branch.repository = \
721
720
                self.work_tree.branch.repository
722
721
        try: