[fastimport 3.2.0] AttributeError: 'LocalGitRepository' object has no attribute '_commit_builder_class'
Bug #1929306 reported by
Lorenzo L. Ancora
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
Hi, I cannot fast-import in Breezy 3.2.0 a Git repository produced with:
```
git fast-export --all > project.fi
bzr fast-import project.fi project.bzr
```
...because the software crashes with the following error:
```[...]
File "~/.local/
self.
AttributeError: 'LocalGitReposi
```
Related branches
lp:~jelmer/brz/fastimport-no-commitbuilder
Merged
into
lp:brz/3.2
- Jelmer Vernooij: Approve
-
Diff: 94 lines (+21/-13)3 files modifiedbreezy/bzr/pack_repo.py (+3/-2)
breezy/bzr/vf_repository.py (+13/-7)
breezy/plugins/fastimport/revision_store.py (+5/-4)
Changed in brz: | |
status: | New → Fix Released |
Changed in brz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
importance: | Undecided → Critical |
importance: | Critical → High |
milestone: | none → 3.2.1. |
To post a comment you must log in.