/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 breezy/git/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-09-30 00:33:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7134.
  • Revision ID: jelmer@jelmer.uk-20180930003353-2z5sugalbxfxfiru
When opening working trees with .git files, open the right control transport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        self.store = self.repository._git.object_store
113
113
        self.mapping = self.repository.get_mapping()
114
114
        self._branch = branch
115
 
        self._transport = controldir.transport
 
115
        self._transport = self.repository._git._controltransport
116
116
        self._format = GitWorkingTreeFormat()
117
117
        self.index = None
118
118
        self._index_file = None