/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/plugins/fastimport/processors/generic_processor.py

  • Committer: Jelmer Vernooij
  • Date: 2019-12-26 13:20:45 UTC
  • mfrom: (7290.42.3 work)
  • mto: This revision was merged to the branch mainline in revision 7429.
  • Revision ID: jelmer@jelmer.uk-20191226132045-05mh441mzgqxljio
merge lp:brz/3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
    def _load_info_and_params(self):
204
204
        from .. import bzr_commit_handler
205
 
        self._mode = bool(self.params.get('mode', 'default'))
206
 
        self._experimental = self._mode == 'experimental'
207
 
 
208
205
        # This is currently hard-coded but might be configurable via
209
206
        # parameters one day if that's needed
210
 
        repo_transport = self.repo.control_files._transport
 
207
        repo_transport = self.repo.control_transport
211
208
        self.id_map_path = repo_transport.local_abspath("fastimport-id-map")
212
209
 
213
210
        # Load the info file, if any