/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: Robert Collins
  • Date: 2008-09-04 05:23:39 UTC
  • mto: This revision was merged to the branch mainline in revision 3725.
  • Revision ID: robertc@robertcollins.net-20080904052339-tyyojuqlonks504v
Create a new hook Branch.open. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1277
1277
        self._repo_lock_token = None
1278
1278
        self._lock_count = 0
1279
1279
        self._leave_lock = False
 
1280
        # The base class init is not called.
 
1281
        hooks = branch.Branch.hooks['open']
 
1282
        for hook in hooks:
 
1283
            hook(self)
1280
1284
 
1281
1285
    def _get_real_transport(self):
1282
1286
        # if we try vfs access, return the real branch's vfs transport