Import error in exporter.py - fastimport.helpers
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Bazaar Fast Import |
Fix Released
|
Critical
|
Jelmer Vernooij | ||
| bzr-fastimport (Ubuntu) |
Fix Released
|
High
|
Barry Warsaw | ||
Bug Description
When exporting bzr using fastimport, I have discovered an error:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
from bzrlib.
File "/usr/lib/
from fastimport.helpers import (
ImportError: cannot import name binary_stream
The relivent lines of code are in bzrlib/
from fastimport.helpers import (
binary_stream,
single_plural,
)
Problem:
binary_stream and single_pural where removed from lb:python-
revno: 327
committer: Jelmer Vernooij <email address hidden>
timestamp: Sat 2014-03-01 15:26:41 +0000
message:
Remove unused helper
This makes it imposible for me to import/export bzr repos to git using git-bzr-ng.
Related branches
- Richard Wilbur: Approve
-
Diff: 183 lines (+73/-10)7 files modifiedbranch_updater.py (+1/-1)
cache_manager.py (+12/-1)
cmds.py (+4/-2)
exporter.py (+1/-1)
helpers.py (+50/-0)
processors/generic_processor.py (+1/-1)
processors/info_processor.py (+4/-4)
| Changed in bzr-fastimport: | |
| status: | New → Triaged |
| status: | Triaged → New |
| Changed in bzr-fastimport: | |
| status: | New → Triaged |
| importance: | Undecided → High |
| assignee: | nobody → Jelmer Vernooij (jelmer) |
| importance: | High → Critical |
| Changed in bzr-fastimport: | |
| status: | Triaged → Fix Committed |
| Changed in bzr-fastimport (Ubuntu): | |
| assignee: | nobody → Barry Warsaw (barry) |
| milestone: | none → ubuntu-14.10 |
| status: | Triaged → In Progress |
| Changed in bzr-fastimport: | |
| status: | Fix Committed → Fix Released |

Any chance we can get a release with the fix for Utopic?