Comment 9 for bug 403322

Revision history for this message
Emilien Klein (emilien-klein) wrote :

I've experienced the same bug (this bug is marked as "fix released", so it might be fixed in a newer version, I'm "still" using the default version for Ubuntu 9.10)

I tried to rename a file that I had just added to bzr, but not yet committed. I've attached the crash report.

emilien@tesla:~/devel/issuetrackertracker$ bzr status
added:
  conf/
  conf/__init__.py
  conf/locale/
  conf/locale/fr/
  conf/locale/fr/LC_MESSAGES/
  conf/locale/fr/LC_MESSAGES/django.po
  conf/settings.py
  i18n-tasks
  simplecookie.py
modified:
  .bzrignore
  issuetrackertracker.py
  templates/my-issues.html
emilien@tesla:~/devel/issuetrackertracker$ bzr mv i18n-tasks README-I18N
bzr: ERROR: exceptions.IndexError: list index out of range

*** 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://bugs.launchpad.net/bzr/+filebug
    attaching the crash file
        /home/emilien/.cache/crash/bzr-20091228153228-6932.crash
    and including a description of the problem.

    The crash file is plain text and you can inspect or edit it to remove
    private information.
emilien@tesla:~/devel/issuetrackertracker$