Comment 0 for bug 370551

Revision history for this message
Jonny Dee (jonny.dee) wrote : "bzr mv --auto" fails with "bzr: ERROR: exceptions.IndexError: list index out of range"

Bazaar seems to have problems handling files that have moved to an unversioned directory. Executing the following commands on bzr 1.14 results in a Traceback:

bzr init trunk && cd trunk && echo Hello World! > test.txt && bzr add && bzr ci -m "Import." && mkdir new-dir && mv test.txt new-dir/file.xml && bzr mv --auto && bzr st

See attachment for the complete log file report.

Best regards,
Jonny Dee