bzr send --format=git raises AttributeError: 'NoneType' object has no attribute 'splitlines'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
Seen in the daily ppa.
In a branch of lp:cortex-strings, running bzr send --format=git shows this backtrace:
michaelh@
Using saved parent location "bzr+ssh:
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/
strict=strict)
File "/usr/lib/
branch, tree)
File "/usr/lib/
''.
File "/usr/lib/
return self.patch.
AttributeError: 'NoneType' object has no attribute 'splitlines'
You can report this problem to Bazaar's developers by running
apport-bug /var/crash/
if a bug-reporting window does not automatically appear.
This is on natty with:
michaelh@
ii bzr 2.4.0~bzr5925~
ii bzr-builddeb 2.7.4+bzr561~natty1
ii bzr-git 0.5.4+bzr1270~
ii bzrtools 2.4.0~bzr767~
affects: | bzr → bzr-git |
summary: |
- bzr send --format=git raises an exception + bzr send --format=git raises AttributeError: 'NoneType' object has no + attribute 'splitlines' |
tags: | added: check-for-breezy |
Bazaar doesn't handle bundle formats properly when there are multiple files to write to standard output; I'm not entirely sure what the right behaviour is. It probably should just print an error message.