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

  • Committer: Andrew Bennetts
  • Date: 2008-10-27 06:14:45 UTC
  • mfrom: (3793 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3795.
  • Revision ID: andrew.bennetts@canonical.com-20081027061445-eqt9lz6uw1mbvq4g
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1299
1299
        self._repo_lock_token = None
1300
1300
        self._lock_count = 0
1301
1301
        self._leave_lock = False
 
1302
        # The base class init is not called, so we duplicate this:
 
1303
        hooks = branch.Branch.hooks['open']
 
1304
        for hook in hooks:
 
1305
            hook(self)
1302
1306
        self._setup_stacking()
1303
1307
 
1304
1308
    def _setup_stacking(self):