Comment 1 for bug 412021

Revision history for this message
Vincent Ladeuil (vila) wrote :

class Test412021(script.TestCaseWithTransportAndScript):

    def test_412021(self):
        story = """
bzr init
echo "foo" >foo
echo "foo1" >foo1
bzr add
bzr mv foo1 Foo
"""
        self.run_script(story)