MalformedTransform: Tree transform is malformed [('versioning no contents', 'new-126')]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
brz-debian |
Triaged
|
Medium
|
Unassigned | ||
bzr-builddeb |
New
|
Undecided
|
Unassigned |
Bug Description
Some of my patches create files from scratch, my fuzzy feeling is that 'missing/removed' files choke bzr, since they were modified on the other side.
Workaround:
Use these settings
[BUILDDEB]
commit-
quilt-tree-
quilt-commit-
quilt-smart-
and do $ quilt pop -a && bzr commit -m 'do a pop all'
$ bzr branch lp:~dmitrij.ledkov/ubuntu/quantal/mdadm/bzr-bug-source sid
$ bzr branch lp:~dmitrij.ledkov/ubuntu/quantal/mdadm/bzr-bug-target quantal
$ cd quantal/
$ bzr merge ../sid/
Unapplying quilt patches to prevent spurious conflicts
bzr: ERROR: bzrlib.
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/
verified)
File "/usr/lib/
conflict_count = merger.do_merge()
File "/usr/lib/
merge = operation.
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
merge.
File "/usr/lib/
operation.run()
File "/usr/lib/
self.cleanups, self.func, self, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
lambda t, c: transform.
File "/usr/lib/
raise MalformedTransf
MalformedTransform: Tree transform is malformed [('versioning no contents', 'new-126')]
bzr 2.5.0 on python 2.7.3 (Linux-
Ubuntu-
arguments: ['/usr/bin/bzr', 'merge', '../sid/']
plugins: automv[unknown], bash_completion
builder[
dbus[0.1.0dev], etckeeper[unknown], explorer[1.3.0dev], git[0.6.8dev],
grep[0.5.0dev], gtk[0.104.0dev], launchpad[2.5.0],
netrc_
po_
weave_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Changed in brz-debian: | |
status: | New → Triaged |
importance: | Undecided → Medium |
I am seeing this as well