Comment 6 for bug 152811

Revision history for this message
Marius Kruger (amanica) wrote : Re: [Bug 152811] Re: typeerror in globbing.match

thats weird, when I tried to do it again it didn't break,

but then I played around and saw that
it happens ONLY if you are trying to remove something
that is already `bzr rm`ed

eg:

cd temp_branch
bzr init
bzr mkdir x
bzr add x
bzr commit -m"x"
bzr rm x
bzr rm x
bzr: ERROR: exceptions.TypeError: expected string or buffer
...

and this time it broke on python 2.5.1 as well

On 10/17/07, Martin Pool <email address hidden> wrote:
>
> Thanks for the reproduction Marius,
>
> I don't think pqm runs python2.4 anymore because we were generally not
> seeing many differences from 2.5.
>
> I tried to follow your reproduction script and did not see the error -
> did I miss something?
>
...