merge aborts with Tree transform is malformed [('unversioned executability', 'new-1')]
Bug #430129 reported by
Vincent Ladeuil
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Critical
|
Jelmer Vernooij |
Bug Description
class TestResolveConf
preamble = None # The setup script set by daughter classes
def setUp(self):
class TestResolveNonD
preamble = """
bzr init trunk
cd trunk
bzr mkdir foo
bzr commit -m 'Create trunk'
rm -r foo
echo "Boo!" >foo
bzr commit -m 'foo is now a file'
bzr branch . -r 1 ../branch
cd ../branch
echo "Boing" >foo/bar
bzr add foo/bar
bzr commit -m 'Add foo/bar'
bzr merge ../trunk
"""
aborts. It shouldn't.
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.3.1 |
tags: | added: debian-janitor |
Changed in brz: | |
milestone: | 3.3.1 → 3.3.2 |
Changed in brz: | |
milestone: | 3.3.2 → 3.3.3 |
To post a comment you must log in.
I haven't looked closely since the test is not exactly the one I wanted to write.