Comment 9 for bug 494221

Revision history for this message
Peter Hardman (peter-somborneshetlands) wrote :

I've just tried Fritz Jahlvingh's test script on my Ubuntu 8.04 amd64 machine :

Bazaar (bzr) 2.0.4
  Python interpreter: /usr/bin/python 2.5.2
  Python standard library: /usr/lib/python2.5
  Platform: Linux-2.6.24-27-generic-x86_64-with-debian-lenny-sid
  bzrlib: /usr/lib/python2.5/site-packages/bzrlib
  Bazaar configuration: /home/home/.bazaar
  Bazaar log file: /home/home/.bzr.log

Sure enough it fails as advertised:

bzr: ERROR: exceptions.KeyError: 'c-20100223095810-vsbchpz1r6kuxe3x-3'

But If I alter line 11:

- rm -r a/b
+ bzr rm a/b

then i no longer get the bug.

FWIW

Pete