~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-29 12:11:22 UTC
  • mfrom: (3280.5.1 remove_master_open)
  • Revision ID: pqm@pqm.ubuntu.com-20080329121122-edbj8ht3fbr35nfs
(jam) avoid opening the master branch during update when it isn't
        used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2161
2161
          basis.
2162
2162
        - Do a 'normal' merge of the old branch basis if it is relevant.
2163
2163
        """
2164
 
        if self.branch.get_master_branch(possible_transports) is not None:
 
2164
        if self.branch.get_bound_location() is not None:
2165
2165
            self.lock_write()
2166
2166
            update_branch = True
2167
2167
        else: